[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This
feature will be removed from ansible-core in version 2.19. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.2]
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-0HL
executable location = /usr/local/bin/ansible-playbook
python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/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_constraints_create.yml *************************************
2 plays in /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml
PLAY [all] *********************************************************************
TASK [Include vault variables] *************************************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:5
Saturday 10 August 2024 02:32:39 -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-IPP/tests/vars/vault-variables.yml"
],
"changed": false
}
PLAY [Create all kinds of resource constraints in a cluster] *******************
TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:9
Saturday 10 August 2024 02:32:39 -0400 (0:00:00.025) 0:00:00.033 *******
[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-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:402
Saturday 10 August 2024 02:32:40 -0400 (0:00:01.088) 0:00:01.122 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9
Saturday 10 August 2024 02:32:40 -0400 (0:00:00.036) 0:00:01.158 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14
Saturday 10 August 2024 02:32:40 -0400 (0:00:00.035) 0:00:01.194 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:22
Saturday 10 August 2024 02:32:40 -0400 (0:00:00.014) 0:00:01.208 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:27
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.411) 0:00:01.620 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:32
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.021) 0:00:01.642 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:41
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.014) 0:00:01.656 *******
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-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:407
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.035) 0:00:01.692 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.051) 0:00:01.744 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.021) 0:00:01.765 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:10
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.033) 0:00:01.799 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:15
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.020) 0:00:01.819 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:19
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.018) 0:00:01.837 *******
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",
"openssl"
],
"__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"
],
"__ha_cluster_sbd_packages": [
"sbd"
],
"__ha_cluster_services": [
"corosync",
"corosync-qdevice",
"pacemaker"
]
},
"ansible_included_var_files": [
"/tmp/collections-0HL/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-0HL/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-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:34
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.042) 0:00:01.879 *******
ok: [managed_node1] => {
"ansible_facts": {},
"ansible_included_var_files": [
"/tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.018) 0:00:01.898 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:3
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.022) 0:00:01.920 *******
ok: [managed_node1] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/collections-0HL/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-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.040) 0:00:01.960 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3
Saturday 10 August 2024 02:32:41 -0400 (0:00:00.042) 0:00:02.003 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"dnf",
"repolist"
],
"delta": "0:00:00.201737",
"end": "2024-08-10 02:32:42.094805",
"rc": 0,
"start": "2024-08-10 02:32:41.893068"
}
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:10
Saturday 10 August 2024 02:32:42 -0400 (0:00:00.611) 0:00:02.614 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11
Saturday 10 August 2024 02:32:42 -0400 (0:00:00.021) 0:00:02.636 *******
ok: [managed_node1] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
lsrpackages: corosync-qnetd pcs
TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17
Saturday 10 August 2024 02:32:43 -0400 (0:00:01.044) 0:00:03.680 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:3
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.038) 0:00:03.719 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:7
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.035) 0:00:03.754 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:16
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.038) 0:00:03.793 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:30
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.033) 0:00:03.827 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:43
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.037) 0:00:03.864 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:53
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.056) 0:00:03.921 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:69
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.014) 0:00:03.936 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:79
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.032) 0:00:03.969 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:87
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.013) 0:00:03.982 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:101
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.012) 0:00:03.994 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:110
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.041) 0:00:04.036 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:120
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.038) 0:00:04.074 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:127
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.030) 0:00:04.105 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:141
Saturday 10 August 2024 02:32:43 -0400 (0:00:00.019) 0:00:04.124 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.635179",
"end": "2024-08-10 02:32:44.573371",
"rc": 0,
"start": "2024-08-10 02:32:43.938192"
}
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:148
Saturday 10 August 2024 02:32:44 -0400 (0:00:00.967) 0:00:05.092 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:155
Saturday 10 August 2024 02:32:44 -0400 (0:00:00.029) 0:00:05.122 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"pcsd",
"--version",
"--full"
],
"delta": "0:00:00.682984",
"end": "2024-08-10 02:32:45.629148",
"rc": 0,
"start": "2024-08-10 02:32:44.946164"
}
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:163
Saturday 10 August 2024 02:32:45 -0400 (0:00:01.025) 0:00:06.147 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:172
Saturday 10 August 2024 02:32:45 -0400 (0:00:00.040) 0:00:06.188 *******
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 : Set hacluster password] ***********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:22
Saturday 10 August 2024 02:32:45 -0400 (0:00:00.015) 0:00:06.204 *******
Using passlib to hash input with 'sha512_crypt'
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:29
Saturday 10 August 2024 02:32:46 -0400 (0:00:00.766) 0:00:06.970 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:6
Saturday 10 August 2024 02:32:46 -0400 (0:00:00.038) 0:00:07.008 *******
changed: [managed_node1] => {
"changed": true,
"name": "pcsd",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Sat 2024-08-10 02:31:31 EDT",
"ActiveEnterTimestampMonotonic": "329814782",
"ActiveExitTimestamp": "Sat 2024-08-10 02:31:28 EDT",
"ActiveExitTimestampMonotonic": "326874063",
"ActiveState": "active",
"After": "basic.target system.slice pcsd-ruby.service network-online.target systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2024-08-10 02:31:30 EDT",
"AssertTimestampMonotonic": "328988233",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "10016236000",
"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": "Sat 2024-08-10 02:31:30 EDT",
"ConditionTimestampMonotonic": "328988229",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlGroup": "/system.slice/pcsd.service",
"ControlGroupId": "5146",
"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": "3700940800",
"EffectiveMemoryMax": "3700940800",
"EffectiveTasksMax": "22402",
"EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Sat 2024-08-10 02:31:30 EDT",
"ExecMainHandoffTimestampMonotonic": "329002313",
"ExecMainPID": "19643",
"ExecMainStartTimestamp": "Sat 2024-08-10 02:31:30 EDT",
"ExecMainStartTimestampMonotonic": "328990120",
"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": "Sat 2024-08-10 02:31:28 EDT",
"InactiveEnterTimestampMonotonic": "326980919",
"InactiveExitTimestamp": "Sat 2024-08-10 02:31:30 EDT",
"InactiveExitTimestampMonotonic": "328990794",
"InvocationID": "ab41d132dcb7498c8744033fd52d34d0",
"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": "14001",
"LimitNPROCSoft": "14001",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14001",
"LimitSIGPENDINGSoft": "14001",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "19643",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2600026112",
"MemoryCurrent": "407048192",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "409108480",
"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": "pcsd-ruby.service network-online.target sysinit.target system.slice",
"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": "Sat 2024-08-10 02:31:31 EDT",
"StateChangeTimestampMonotonic": "329814782",
"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": "22402",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:11
Saturday 10 August 2024 02:32:47 -0400 (0:00:00.808) 0:00:07.817 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:25
Saturday 10 August 2024 02:32:47 -0400 (0:00:00.017) 0:00:07.835 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:30
Saturday 10 August 2024 02:32:47 -0400 (0:00:00.032) 0:00:07.867 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:37
Saturday 10 August 2024 02:32:47 -0400 (0:00:00.031) 0:00:07.898 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:49
Saturday 10 August 2024 02:32:47 -0400 (0:00:00.032) 0:00:07.931 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:64
Saturday 10 August 2024 02:32:47 -0400 (0:00:00.033) 0:00:07.965 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:71
Saturday 10 August 2024 02:32:47 -0400 (0:00:00.038) 0:00:08.003 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:79
Saturday 10 August 2024 02:32:47 -0400 (0:00:00.037) 0:00:08.041 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:88
Saturday 10 August 2024 02:32:48 -0400 (0:00:00.679) 0:00:08.721 *******
changed: [managed_node1] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Sat 2024-08-10 02:31:31 EDT",
"ActiveEnterTimestampMonotonic": "329814782",
"ActiveExitTimestamp": "Sat 2024-08-10 02:32:47 EDT",
"ActiveExitTimestampMonotonic": "405224452",
"ActiveState": "inactive",
"After": "basic.target system.slice pcsd-ruby.service network-online.target systemd-journald.socket sysinit.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2024-08-10 02:31:30 EDT",
"AssertTimestampMonotonic": "328988233",
"Before": "shutdown.target multi-user.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": "Sat 2024-08-10 02:31:30 EDT",
"ConditionTimestampMonotonic": "328988229",
"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": "3700940800",
"EffectiveMemoryMax": "3700940800",
"EffectiveTasksMax": "22402",
"EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
"ExecMainCode": "1",
"ExecMainExitTimestamp": "Sat 2024-08-10 02:32:47 EDT",
"ExecMainExitTimestampMonotonic": "405346067",
"ExecMainHandoffTimestamp": "Sat 2024-08-10 02:31:30 EDT",
"ExecMainHandoffTimestampMonotonic": "329002313",
"ExecMainPID": "19643",
"ExecMainStartTimestamp": "Sat 2024-08-10 02:31:30 EDT",
"ExecMainStartTimestampMonotonic": "328990120",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[Sat 2024-08-10 02:31:30 EDT] ; stop_time=[Sat 2024-08-10 02:32:47 EDT] ; pid=19643 ; code=exited ; status=0 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[Sat 2024-08-10 02:31:30 EDT] ; stop_time=[Sat 2024-08-10 02:32:47 EDT] ; pid=19643 ; 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": "Sat 2024-08-10 02:32:47 EDT",
"InactiveEnterTimestampMonotonic": "405348303",
"InactiveExitTimestamp": "Sat 2024-08-10 02:31:30 EDT",
"InactiveExitTimestampMonotonic": "328990794",
"InvocationID": "ab41d132dcb7498c8744033fd52d34d0",
"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": "14001",
"LimitNPROCSoft": "14001",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14001",
"LimitSIGPENDINGSoft": "14001",
"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": "3020304384",
"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": "pcsd-ruby.service network-online.target sysinit.target system.slice",
"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": "Sat 2024-08-10 02:32:47 EDT",
"StateChangeTimestampMonotonic": "405348303",
"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": "22402",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:35
Saturday 10 August 2024 02:32:50 -0400 (0:00:01.945) 0:00:10.666 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3
Saturday 10 August 2024 02:32:50 -0400 (0:00:00.037) 0:00:10.704 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:38
Saturday 10 August 2024 02:32:50 -0400 (0:00:00.033) 0:00:10.738 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3
Saturday 10 August 2024 02:32:50 -0400 (0:00:00.041) 0:00:10.779 *******
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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:12
Saturday 10 August 2024 02:32:54 -0400 (0:00:03.726) 0:00:14.505 *******
ok: [managed_node1] => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Get associated selinux ports] *****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:20
Saturday 10 August 2024 02:32:54 -0400 (0:00:00.049) 0:00:14.555 *******
ok: [managed_node1] => {
"changed": false,
"cmd": "set -euo pipefail\nfirewall-cmd --info-service=high-availability | egrep \" +ports: +\" | sed -e \"s/ *ports: //\"",
"delta": "0:00:00.316621",
"end": "2024-08-10 02:32:54.941662",
"rc": 0,
"start": "2024-08-10 02:32:54.625041"
}
STDOUT:
2224/tcp 3121/tcp 5403/tcp 5404/udp 5405-5412/udp 9929/tcp 9929/udp 21064/tcp
STDERR:
egrep: warning: egrep is obsolescent; using grep -E
TASK [fedora.linux_system_roles.ha_cluster : Add the high-availability service ports to _ha_cluster_selinux] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:28
Saturday 10 August 2024 02:32:55 -0400 (0:00:00.954) 0:00:15.509 *******
ok: [managed_node1] => (item=2224/tcp) => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"ansible_loop_var": "item",
"changed": false,
"item": "2224/tcp"
}
ok: [managed_node1] => (item=3121/tcp) => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "3121",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"ansible_loop_var": "item",
"changed": false,
"item": "3121/tcp"
}
ok: [managed_node1] => (item=5403/tcp) => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "3121",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5403",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"ansible_loop_var": "item",
"changed": false,
"item": "5403/tcp"
}
ok: [managed_node1] => (item=5404/udp) => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "3121",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5403",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5404",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"ansible_loop_var": "item",
"changed": false,
"item": "5404/udp"
}
ok: [managed_node1] => (item=5405-5412/udp) => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "3121",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5403",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5404",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5405-5412",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"ansible_loop_var": "item",
"changed": false,
"item": "5405-5412/udp"
}
ok: [managed_node1] => (item=9929/tcp) => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "3121",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5403",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5404",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5405-5412",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "9929",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"ansible_loop_var": "item",
"changed": false,
"item": "9929/tcp"
}
ok: [managed_node1] => (item=9929/udp) => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "3121",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5403",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5404",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5405-5412",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "9929",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "9929",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"ansible_loop_var": "item",
"changed": false,
"item": "9929/udp"
}
ok: [managed_node1] => (item=21064/tcp) => {
"ansible_facts": {
"_ha_cluster_selinux": [
{
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "3121",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5403",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5404",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "5405-5412",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "9929",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "9929",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
{
"local": true,
"ports": "21064",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
]
},
"ansible_loop_var": "item",
"changed": false,
"item": "21064/tcp"
}
TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:35
Saturday 10 August 2024 02:32:55 -0400 (0:00:00.173) 0:00:15.683 *******
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux
redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean
included: fedora.linux_system_roles.selinux for managed_node1
TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2
Saturday 10 August 2024 02:32:55 -0400 (0:00:00.080) 0:00:15.764 *******
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed_node1
TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2
Saturday 10 August 2024 02:32:55 -0400 (0:00:00.058) 0:00:15.822 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] *************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7
Saturday 10 August 2024 02:32:55 -0400 (0:00:00.045) 0:00:15.867 *******
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed_node1
TASK [fedora.linux_system_roles.selinux : Check if system is ostree] ***********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5
Saturday 10 August 2024 02:32:55 -0400 (0:00:00.062) 0:00:15.929 *******
ok: [managed_node1] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10
Saturday 10 August 2024 02:32:56 -0400 (0:00:00.649) 0:00:16.579 *******
ok: [managed_node1] => {
"ansible_facts": {
"__selinux_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17
Saturday 10 August 2024 02:32:56 -0400 (0:00:00.049) 0:00:16.629 *******
ok: [managed_node1] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22
Saturday 10 August 2024 02:32:56 -0400 (0:00:00.524) 0:00:17.153 *******
ok: [managed_node1] => {
"ansible_facts": {
"__selinux_is_transactional": false
},
"changed": false
}
TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] *******
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26
Saturday 10 August 2024 02:32:56 -0400 (0:00:00.048) 0:00:17.202 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ansible_python_version is version('3', '<')",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35
Saturday 10 August 2024 02:32:56 -0400 (0:00:00.046) 0:00:17.249 *******
ok: [managed_node1] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
lsrpackages: python3-libselinux python3-policycoreutils
TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] *******
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46
Saturday 10 August 2024 02:32:57 -0400 (0:00:01.061) 0:00:18.311 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ansible_os_family == \"Suse\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] *******
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58
Saturday 10 August 2024 02:32:57 -0400 (0:00:00.049) 0:00:18.360 *******
ok: [managed_node1] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
lsrpackages: policycoreutils-python-utils
TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72
Saturday 10 August 2024 02:32:58 -0400 (0:00:00.948) 0:00:19.308 *******
skipping: [managed_node1] => {
"false_condition": "__selinux_is_transactional | d(false)"
}
TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77
Saturday 10 August 2024 02:32:58 -0400 (0:00:00.043) 0:00:19.351 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "__selinux_is_transactional | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82
Saturday 10 August 2024 02:32:58 -0400 (0:00:00.042) 0:00:19.394 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "__selinux_is_transactional | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Refresh facts] ***********************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89
Saturday 10 August 2024 02:32:58 -0400 (0:00:00.042) 0:00:19.437 *******
ok: [managed_node1]
TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5
Saturday 10 August 2024 02:32:59 -0400 (0:00:00.884) 0:00:20.322 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13
Saturday 10 August 2024 02:32:59 -0400 (0:00:00.047) 0:00:20.370 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ansible_selinux.status == \"disabled\" and selinux_state",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] *********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21
Saturday 10 August 2024 02:32:59 -0400 (0:00:00.043) 0:00:20.413 *******
ok: [managed_node1] => {
"ansible_facts": {
"selinux_reboot_required": false
},
"changed": false
}
TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] **********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25
Saturday 10 August 2024 02:32:59 -0400 (0:00:00.051) 0:00:20.465 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "selinux_reboot_required",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] *********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.043) 0:00:20.508 *******
skipping: [managed_node1] => {
"false_condition": "ansible_selinux.status == \"disabled\""
}
TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.043) 0:00:20.552 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "selinux_all_purge | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.045) 0:00:20.597 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "selinux_booleans_purge | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.047) 0:00:20.645 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "selinux_fcontexts_purge | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.043) 0:00:20.689 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "selinux_ports_purge | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.043) 0:00:20.733 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "selinux_logins_purge | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] ****************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.043) 0:00:20.776 *******
skipping: [managed_node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] ***********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.018) 0:00:20.794 *******
skipping: [managed_node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ******
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
Saturday 10 August 2024 02:33:00 -0400 (0:00:00.018) 0:00:20.813 *******
ok: [managed_node1] => (item={'ports': '1229', 'proto': 'tcp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "1229",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"1229"
],
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
ok: [managed_node1] => (item={'ports': '2224', 'proto': 'tcp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "2224",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"2224"
],
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
ok: [managed_node1] => (item={'ports': '3121', 'proto': 'tcp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "3121",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"3121"
],
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
ok: [managed_node1] => (item={'ports': '5403', 'proto': 'tcp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "5403",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"5403"
],
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
ok: [managed_node1] => (item={'ports': '5404', 'proto': 'udp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "5404",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"5404"
],
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
}
ok: [managed_node1] => (item={'ports': '5405-5412', 'proto': 'udp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "5405-5412",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"5405-5412"
],
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
}
ok: [managed_node1] => (item={'ports': '9929', 'proto': 'tcp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "9929",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"9929"
],
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
ok: [managed_node1] => (item={'ports': '9929', 'proto': 'udp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "9929",
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"9929"
],
"proto": "udp",
"setype": "cluster_port_t",
"state": "present"
}
ok: [managed_node1] => (item={'ports': '21064', 'proto': 'tcp', 'setype': 'cluster_port_t', 'state': 'present', 'local': True}) => {
"__selinux_item": {
"local": true,
"ports": "21064",
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
},
"ansible_loop_var": "__selinux_item",
"changed": false,
"ports": [
"21064"
],
"proto": "tcp",
"setype": "cluster_port_t",
"state": "present"
}
TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99
Saturday 10 August 2024 02:33:05 -0400 (0:00:04.718) 0:00:25.532 *******
skipping: [managed_node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] ***********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
Saturday 10 August 2024 02:33:05 -0400 (0:00:00.019) 0:00:25.552 *******
ok: [managed_node1] => {
"ansible_facts": {
"selinux_checksums": true,
"selinux_installed_modules": {
"abrt": {
"100": {
"checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c",
"enabled": 1
}
},
"accountsd": {
"100": {
"checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec",
"enabled": 1
}
},
"acct": {
"100": {
"checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818",
"enabled": 1
}
},
"afs": {
"100": {
"checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa",
"enabled": 1
}
},
"afterburn": {
"100": {
"checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6",
"enabled": 1
}
},
"aiccu": {
"100": {
"checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b",
"enabled": 1
}
},
"aide": {
"100": {
"checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff",
"enabled": 1
}
},
"ajaxterm": {
"100": {
"checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd",
"enabled": 1
}
},
"alsa": {
"100": {
"checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a",
"enabled": 1
}
},
"amanda": {
"100": {
"checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2",
"enabled": 1
}
},
"amtu": {
"100": {
"checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c",
"enabled": 1
}
},
"anaconda": {
"100": {
"checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a",
"enabled": 1
}
},
"antivirus": {
"100": {
"checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca",
"enabled": 1
}
},
"apache": {
"100": {
"checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff",
"enabled": 1
}
},
"apcupsd": {
"100": {
"checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8",
"enabled": 1
}
},
"apm": {
"100": {
"checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff",
"enabled": 1
}
},
"application": {
"100": {
"checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1",
"enabled": 1
}
},
"arpwatch": {
"100": {
"checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb",
"enabled": 1
}
},
"asterisk": {
"100": {
"checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd",
"enabled": 1
}
},
"auditadm": {
"100": {
"checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1",
"enabled": 1
}
},
"authconfig": {
"100": {
"checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d",
"enabled": 1
}
},
"authlogin": {
"100": {
"checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a",
"enabled": 1
}
},
"automount": {
"100": {
"checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977",
"enabled": 1
}
},
"avahi": {
"100": {
"checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60",
"enabled": 1
}
},
"awstats": {
"100": {
"checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8",
"enabled": 1
}
},
"bacula": {
"100": {
"checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f",
"enabled": 1
}
},
"base": {
"100": {
"checksum": "sha256:e17bdf6f24e6431ca10c452e865778bf3b364c156477fdf445b3de15b43952fa",
"enabled": 1
}
},
"bcfg2": {
"100": {
"checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4",
"enabled": 1
}
},
"bind": {
"100": {
"checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8",
"enabled": 1
}
},
"bitlbee": {
"100": {
"checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783",
"enabled": 1
}
},
"blkmapd": {
"100": {
"checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654",
"enabled": 1
}
},
"blueman": {
"100": {
"checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30",
"enabled": 1
}
},
"bluetooth": {
"100": {
"checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e",
"enabled": 1
}
},
"boinc": {
"100": {
"checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6",
"enabled": 1
}
},
"boltd": {
"100": {
"checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f",
"enabled": 1
}
},
"boothd": {
"100": {
"checksum": "sha256:d097d6711f0b31c706c8a186a615dcaf2b91d070a69304c05d5d7868c88bab5f",
"enabled": 1
}
},
"bootloader": {
"100": {
"checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e",
"enabled": 1
}
},
"bootupd": {
"100": {
"checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369",
"enabled": 1
}
},
"brctl": {
"100": {
"checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44",
"enabled": 1
}
},
"brltty": {
"100": {
"checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b",
"enabled": 1
}
},
"bugzilla": {
"100": {
"checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383",
"enabled": 1
}
},
"bumblebee": {
"100": {
"checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b",
"enabled": 1
}
},
"cachefilesd": {
"100": {
"checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c",
"enabled": 1
}
},
"calamaris": {
"100": {
"checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8",
"enabled": 1
}
},
"callweaver": {
"100": {
"checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3",
"enabled": 1
}
},
"canna": {
"100": {
"checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76",
"enabled": 1
}
},
"ccs": {
"100": {
"checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57",
"enabled": 1
}
},
"cdrecord": {
"100": {
"checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263",
"enabled": 1
}
},
"certmaster": {
"100": {
"checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8",
"enabled": 1
}
},
"certmonger": {
"100": {
"checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce",
"enabled": 1
}
},
"certwatch": {
"100": {
"checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89",
"enabled": 1
}
},
"cfengine": {
"100": {
"checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24",
"enabled": 1
}
},
"cgroup": {
"100": {
"checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66",
"enabled": 1
}
},
"chrome": {
"100": {
"checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6",
"enabled": 1
}
},
"chronyd": {
"100": {
"checksum": "sha256:0ba49ca3a3b4ee2a184893238a3c5d9641b5f2102d82d8bed816b25446d05fd9",
"enabled": 1
}
},
"cifsutils": {
"100": {
"checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad",
"enabled": 1
}
},
"cinder": {
"100": {
"checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441",
"enabled": 1
}
},
"cipe": {
"100": {
"checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432",
"enabled": 1
}
},
"clock": {
"100": {
"checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575",
"enabled": 1
}
},
"clogd": {
"100": {
"checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615",
"enabled": 1
}
},
"cloudform": {
"100": {
"checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b",
"enabled": 1
}
},
"cmirrord": {
"100": {
"checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4",
"enabled": 1
}
},
"cobbler": {
"100": {
"checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f",
"enabled": 1
}
},
"collectd": {
"100": {
"checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0",
"enabled": 1
}
},
"colord": {
"100": {
"checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05",
"enabled": 1
}
},
"comsat": {
"100": {
"checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3",
"enabled": 1
}
},
"condor": {
"100": {
"checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c",
"enabled": 1
}
},
"conman": {
"100": {
"checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40",
"enabled": 1
}
},
"conntrackd": {
"100": {
"checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4",
"enabled": 1
}
},
"consolekit": {
"100": {
"checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646",
"enabled": 1
}
},
"coreos_installer": {
"100": {
"checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270",
"enabled": 1
}
},
"couchdb": {
"100": {
"checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db",
"enabled": 1
}
},
"courier": {
"100": {
"checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb",
"enabled": 1
}
},
"cpucontrol": {
"100": {
"checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e",
"enabled": 1
}
},
"cpufreqselector": {
"100": {
"checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244",
"enabled": 1
}
},
"cpuplug": {
"100": {
"checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7",
"enabled": 1
}
},
"cron": {
"100": {
"checksum": "sha256:3544f1b9e8121eacaab185921485615253126477b341951221cb7fdff3a0afe8",
"enabled": 1
}
},
"ctdb": {
"100": {
"checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a",
"enabled": 1
}
},
"cups": {
"100": {
"checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f",
"enabled": 1
}
},
"cvs": {
"100": {
"checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d",
"enabled": 1
}
},
"cyphesis": {
"100": {
"checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2",
"enabled": 1
}
},
"cyrus": {
"100": {
"checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d",
"enabled": 1
}
},
"daemontools": {
"100": {
"checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0",
"enabled": 1
}
},
"dbadm": {
"100": {
"checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd",
"enabled": 1
}
},
"dbskk": {
"100": {
"checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a",
"enabled": 1
}
},
"dbus": {
"100": {
"checksum": "sha256:7c365542d739d538a06f073b93429fc2a14446f88d14d6fa9c608f4d00bf8f68",
"enabled": 1
}
},
"dcc": {
"100": {
"checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1",
"enabled": 1
}
},
"ddclient": {
"100": {
"checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d",
"enabled": 1
}
},
"denyhosts": {
"100": {
"checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c",
"enabled": 1
}
},
"devicekit": {
"100": {
"checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4",
"enabled": 1
}
},
"dhcp": {
"100": {
"checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3",
"enabled": 1
}
},
"dictd": {
"100": {
"checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1",
"enabled": 1
}
},
"dirsrv": {
"100": {
"checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd",
"enabled": 1
}
},
"dirsrv-admin": {
"100": {
"checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f",
"enabled": 1
}
},
"dmesg": {
"100": {
"checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61",
"enabled": 1
}
},
"dmidecode": {
"100": {
"checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b",
"enabled": 1
}
},
"dnsmasq": {
"100": {
"checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31",
"enabled": 1
}
},
"dnssec": {
"100": {
"checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3",
"enabled": 1
}
},
"dovecot": {
"100": {
"checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b",
"enabled": 1
}
},
"drbd": {
"100": {
"checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248",
"enabled": 1
}
},
"dspam": {
"100": {
"checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3",
"enabled": 1
}
},
"entropyd": {
"100": {
"checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d",
"enabled": 1
}
},
"exim": {
"100": {
"checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c",
"enabled": 1
}
},
"fail2ban": {
"100": {
"checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9",
"enabled": 1
}
},
"fcoe": {
"100": {
"checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa",
"enabled": 1
}
},
"fdo": {
"100": {
"checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17",
"enabled": 1
}
},
"fedoratp": {
"100": {
"checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853",
"enabled": 1
}
},
"fetchmail": {
"100": {
"checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c",
"enabled": 1
}
},
"finger": {
"100": {
"checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e",
"enabled": 1
}
},
"firewalld": {
"100": {
"checksum": "sha256:71d70863868480f3976abcd9b997bfb085df43b339c2a444eb00694325995e01",
"enabled": 1
}
},
"firewallgui": {
"100": {
"checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622",
"enabled": 1
}
},
"firstboot": {
"100": {
"checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54",
"enabled": 1
}
},
"fprintd": {
"100": {
"checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb",
"enabled": 1
}
},
"freeipmi": {
"100": {
"checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5",
"enabled": 1
}
},
"freqset": {
"100": {
"checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a",
"enabled": 1
}
},
"fstools": {
"100": {
"checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8",
"enabled": 1
}
},
"ftp": {
"100": {
"checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013",
"enabled": 1
}
},
"fwupd": {
"100": {
"checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922",
"enabled": 1
}
},
"games": {
"100": {
"checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1",
"enabled": 1
}
},
"gdomap": {
"100": {
"checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230",
"enabled": 1
}
},
"geoclue": {
"100": {
"checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99",
"enabled": 1
}
},
"getty": {
"100": {
"checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a",
"enabled": 1
}
},
"git": {
"100": {
"checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4",
"enabled": 1
}
},
"gitosis": {
"100": {
"checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8",
"enabled": 1
}
},
"glance": {
"100": {
"checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5",
"enabled": 1
}
},
"glusterd": {
"100": {
"checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a",
"enabled": 1
}
},
"gnome": {
"100": {
"checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c",
"enabled": 1
}
},
"gpg": {
"100": {
"checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7",
"enabled": 1
}
},
"gpm": {
"100": {
"checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b",
"enabled": 1
}
},
"gpsd": {
"100": {
"checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937",
"enabled": 1
}
},
"gssproxy": {
"100": {
"checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e",
"enabled": 1
}
},
"guest": {
"100": {
"checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167",
"enabled": 1
}
},
"hddtemp": {
"100": {
"checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec",
"enabled": 1
}
},
"hostapd": {
"100": {
"checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6",
"enabled": 1
}
},
"hostname": {
"100": {
"checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f",
"enabled": 1
}
},
"hsqldb": {
"100": {
"checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7",
"enabled": 1
}
},
"hwloc": {
"100": {
"checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76",
"enabled": 1
}
},
"hypervkvp": {
"100": {
"checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47",
"enabled": 1
}
},
"ibacm": {
"100": {
"checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3",
"enabled": 1
}
},
"ica": {
"100": {
"checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86",
"enabled": 1
}
},
"icecast": {
"100": {
"checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60",
"enabled": 1
}
},
"inetd": {
"100": {
"checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3",
"enabled": 1
}
},
"init": {
"100": {
"checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18",
"enabled": 1
}
},
"inn": {
"100": {
"checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861",
"enabled": 1
}
},
"insights_client": {
"100": {
"checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921",
"enabled": 1
}
},
"iodine": {
"100": {
"checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834",
"enabled": 1
}
},
"iotop": {
"100": {
"checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704",
"enabled": 1
}
},
"ipmievd": {
"100": {
"checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0",
"enabled": 1
}
},
"ipsec": {
"100": {
"checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664",
"enabled": 1
}
},
"iptables": {
"100": {
"checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc",
"enabled": 1
}
},
"irc": {
"100": {
"checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5",
"enabled": 1
}
},
"irqbalance": {
"100": {
"checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79",
"enabled": 1
}
},
"iscsi": {
"100": {
"checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627",
"enabled": 1
}
},
"isns": {
"100": {
"checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54",
"enabled": 1
}
},
"jabber": {
"100": {
"checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988",
"enabled": 1
}
},
"jetty": {
"100": {
"checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885",
"enabled": 1
}
},
"jockey": {
"100": {
"checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985",
"enabled": 1
}
},
"journalctl": {
"100": {
"checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662",
"enabled": 1
}
},
"kafs": {
"100": {
"checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d",
"enabled": 1
}
},
"kdump": {
"100": {
"checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0",
"enabled": 1
}
},
"kdumpgui": {
"100": {
"checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c",
"enabled": 1
}
},
"keepalived": {
"100": {
"checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b",
"enabled": 1
}
},
"kerberos": {
"100": {
"checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19",
"enabled": 1
}
},
"keyboardd": {
"100": {
"checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091",
"enabled": 1
}
},
"keystone": {
"100": {
"checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454",
"enabled": 1
}
},
"keyutils": {
"100": {
"checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00",
"enabled": 1
}
},
"kismet": {
"100": {
"checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca",
"enabled": 1
}
},
"kmscon": {
"100": {
"checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969",
"enabled": 1
}
},
"kpatch": {
"100": {
"checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1",
"enabled": 1
}
},
"ksmtuned": {
"100": {
"checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77",
"enabled": 1
}
},
"ktalk": {
"100": {
"checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e",
"enabled": 1
}
},
"l2tp": {
"100": {
"checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06",
"enabled": 1
}
},
"ldap": {
"100": {
"checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a",
"enabled": 1
}
},
"libraries": {
"100": {
"checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40",
"enabled": 1
}
},
"likewise": {
"100": {
"checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a",
"enabled": 1
}
},
"linuxptp": {
"100": {
"checksum": "sha256:e574ad0e9907c4bc5a21ad9ae7c4a33d779353e4a77467a75dd66cc3006c7d55",
"enabled": 1
}
},
"lircd": {
"100": {
"checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c",
"enabled": 1
}
},
"livecd": {
"100": {
"checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3",
"enabled": 1
}
},
"lldpad": {
"100": {
"checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1",
"enabled": 1
}
},
"loadkeys": {
"100": {
"checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751",
"enabled": 1
}
},
"locallogin": {
"100": {
"checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858",
"enabled": 1
}
},
"lockdev": {
"100": {
"checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c",
"enabled": 1
}
},
"logadm": {
"100": {
"checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660",
"enabled": 1
}
},
"logging": {
"100": {
"checksum": "sha256:504f0b31266cd6c9adfe480b750be32de121dafae4acca6aa320d9a50d6c613e",
"enabled": 1
}
},
"logrotate": {
"100": {
"checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf",
"enabled": 1
}
},
"logwatch": {
"100": {
"checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc",
"enabled": 1
}
},
"lpd": {
"100": {
"checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026",
"enabled": 1
}
},
"lsm": {
"100": {
"checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a",
"enabled": 1
}
},
"lttng-tools": {
"100": {
"checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45",
"enabled": 1
}
},
"lvm": {
"100": {
"checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1",
"enabled": 1
}
},
"mailman": {
"100": {
"checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482",
"enabled": 1
}
},
"mailscanner": {
"100": {
"checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9",
"enabled": 1
}
},
"man2html": {
"100": {
"checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1",
"enabled": 1
}
},
"mandb": {
"100": {
"checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819",
"enabled": 1
}
},
"mcelog": {
"100": {
"checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3",
"enabled": 1
}
},
"mediawiki": {
"100": {
"checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c",
"enabled": 1
}
},
"memcached": {
"100": {
"checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c",
"enabled": 1
}
},
"milter": {
"100": {
"checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34",
"enabled": 1
}
},
"minidlna": {
"100": {
"checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964",
"enabled": 1
}
},
"minissdpd": {
"100": {
"checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04",
"enabled": 1
}
},
"mip6d": {
"100": {
"checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca",
"enabled": 1
}
},
"mirrormanager": {
"100": {
"checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f",
"enabled": 1
}
},
"miscfiles": {
"100": {
"checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e",
"enabled": 1
}
},
"mock": {
"100": {
"checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846",
"enabled": 1
}
},
"modemmanager": {
"100": {
"checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa",
"enabled": 1
}
},
"modutils": {
"100": {
"checksum": "sha256:19e6074d95aca5c3702f505fdf4fcd562ceb84f10545772585afe36821a9f4aa",
"enabled": 1
}
},
"mojomojo": {
"100": {
"checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4",
"enabled": 1
}
},
"mon_statd": {
"100": {
"checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a",
"enabled": 1
}
},
"mongodb": {
"100": {
"checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4",
"enabled": 1
}
},
"motion": {
"100": {
"checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d",
"enabled": 1
}
},
"mount": {
"100": {
"checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25",
"enabled": 1
}
},
"mozilla": {
"100": {
"checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86",
"enabled": 1
}
},
"mpd": {
"100": {
"checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19",
"enabled": 1
}
},
"mplayer": {
"100": {
"checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4",
"enabled": 1
}
},
"mptcpd": {
"100": {
"checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59",
"enabled": 1
}
},
"mrtg": {
"100": {
"checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b",
"enabled": 1
}
},
"mta": {
"100": {
"checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d",
"enabled": 1
}
},
"munin": {
"100": {
"checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e",
"enabled": 1
}
},
"mysql": {
"100": {
"checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1",
"enabled": 1
}
},
"mythtv": {
"100": {
"checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f",
"enabled": 1
}
},
"naemon": {
"100": {
"checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386",
"enabled": 1
}
},
"nagios": {
"100": {
"checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130",
"enabled": 1
}
},
"namespace": {
"100": {
"checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6",
"enabled": 1
}
},
"ncftool": {
"100": {
"checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115",
"enabled": 1
}
},
"netlabel": {
"100": {
"checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d",
"enabled": 1
}
},
"netutils": {
"100": {
"checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a",
"enabled": 1
}
},
"networkmanager": {
"100": {
"checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229",
"enabled": 1
}
},
"ninfod": {
"100": {
"checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60",
"enabled": 1
}
},
"nis": {
"100": {
"checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168",
"enabled": 1
}
},
"nova": {
"100": {
"checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0",
"enabled": 1
}
},
"nscd": {
"100": {
"checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a",
"enabled": 1
}
},
"nsd": {
"100": {
"checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442",
"enabled": 1
}
},
"nslcd": {
"100": {
"checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22",
"enabled": 1
}
},
"ntop": {
"100": {
"checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0",
"enabled": 1
}
},
"ntp": {
"100": {
"checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e",
"enabled": 1
}
},
"numad": {
"100": {
"checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2",
"enabled": 1
}
},
"nut": {
"100": {
"checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49",
"enabled": 1
}
},
"nvme_stas": {
"100": {
"checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9",
"enabled": 1
}
},
"nx": {
"100": {
"checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf",
"enabled": 1
}
},
"obex": {
"100": {
"checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc",
"enabled": 1
}
},
"oddjob": {
"100": {
"checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043",
"enabled": 1
}
},
"opafm": {
"100": {
"checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d",
"enabled": 1
}
},
"openct": {
"100": {
"checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3",
"enabled": 1
}
},
"opendnssec": {
"100": {
"checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7",
"enabled": 1
}
},
"openfortivpn": {
"100": {
"checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176",
"enabled": 1
}
},
"openhpid": {
"100": {
"checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c",
"enabled": 1
}
},
"openshift": {
"100": {
"checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020",
"enabled": 1
}
},
"openshift-origin": {
"100": {
"checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c",
"enabled": 1
}
},
"opensm": {
"100": {
"checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d",
"enabled": 1
}
},
"openvpn": {
"100": {
"checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138",
"enabled": 1
}
},
"openvswitch": {
"100": {
"checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46",
"enabled": 1
}
},
"openwsman": {
"100": {
"checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9",
"enabled": 1
}
},
"oracleasm": {
"100": {
"checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64",
"enabled": 1
}
},
"osad": {
"100": {
"checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e",
"enabled": 1
}
},
"pads": {
"100": {
"checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b",
"enabled": 1
}
},
"passenger": {
"100": {
"checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121",
"enabled": 1
}
},
"pcmcia": {
"100": {
"checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a",
"enabled": 1
}
},
"pcp": {
"100": {
"checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106",
"enabled": 1
}
},
"pcscd": {
"100": {
"checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00",
"enabled": 1
}
},
"pdns": {
"100": {
"checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511",
"enabled": 1
}
},
"pegasus": {
"100": {
"checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47",
"enabled": 1
}
},
"permissivedomains": {
"100": {
"checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2",
"enabled": 1
}
},
"pesign": {
"100": {
"checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80",
"enabled": 1
}
},
"pingd": {
"100": {
"checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144",
"enabled": 1
}
},
"piranha": {
"100": {
"checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96",
"enabled": 1
}
},
"pkcs": {
"100": {
"checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b",
"enabled": 1
}
},
"pkcs11proxyd": {
"100": {
"checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc",
"enabled": 1
}
},
"pki": {
"100": {
"checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d",
"enabled": 1
}
},
"plymouthd": {
"100": {
"checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983",
"enabled": 1
}
},
"podsleuth": {
"100": {
"checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d",
"enabled": 1
}
},
"policykit": {
"100": {
"checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa",
"enabled": 1
}
},
"polipo": {
"100": {
"checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832",
"enabled": 1
}
},
"portmap": {
"100": {
"checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e",
"enabled": 1
}
},
"portreserve": {
"100": {
"checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f",
"enabled": 1
}
},
"postfix": {
"100": {
"checksum": "sha256:22a3b0a03022193144c0dd36e88790eba187e817714f0da14de286c37c32eb00",
"enabled": 1
}
},
"postgresql": {
"100": {
"checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c",
"enabled": 1
}
},
"postgrey": {
"100": {
"checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19",
"enabled": 1
}
},
"ppp": {
"100": {
"checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4",
"enabled": 1
}
},
"prelink": {
"100": {
"checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f",
"enabled": 1
}
},
"prelude": {
"100": {
"checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57",
"enabled": 1
}
},
"privoxy": {
"100": {
"checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00",
"enabled": 1
}
},
"procmail": {
"100": {
"checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864",
"enabled": 1
}
},
"prosody": {
"100": {
"checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2",
"enabled": 1
}
},
"psad": {
"100": {
"checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54",
"enabled": 1
}
},
"ptchown": {
"100": {
"checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36",
"enabled": 1
}
},
"publicfile": {
"100": {
"checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6",
"enabled": 1
}
},
"pulseaudio": {
"100": {
"checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166",
"enabled": 1
}
},
"puppet": {
"100": {
"checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d",
"enabled": 1
}
},
"pwauth": {
"100": {
"checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810",
"enabled": 1
}
},
"qatlib": {
"100": {
"checksum": "sha256:1bb5095ae763a4d56558d3599cdff31fe5ee5f86ebc16049b7c1709bbd6c4665",
"enabled": 1
}
},
"qmail": {
"100": {
"checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff",
"enabled": 1
}
},
"qpid": {
"100": {
"checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378",
"enabled": 1
}
},
"quantum": {
"100": {
"checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7",
"enabled": 1
}
},
"quota": {
"100": {
"checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f",
"enabled": 1
}
},
"rabbitmq": {
"100": {
"checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50",
"enabled": 1
}
},
"radius": {
"100": {
"checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73",
"enabled": 1
}
},
"radvd": {
"100": {
"checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc",
"enabled": 1
}
},
"raid": {
"100": {
"checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e",
"enabled": 1
}
},
"rasdaemon": {
"100": {
"checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1",
"enabled": 1
}
},
"rdisc": {
"100": {
"checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e",
"enabled": 1
}
},
"readahead": {
"100": {
"checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a",
"enabled": 1
}
},
"realmd": {
"100": {
"checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4",
"enabled": 1
}
},
"redis": {
"100": {
"checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754",
"enabled": 1
}
},
"remotelogin": {
"100": {
"checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a",
"enabled": 1
}
},
"restraint": {
"400": {
"checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270",
"enabled": 1
}
},
"rhcd": {
"100": {
"checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2",
"enabled": 1
}
},
"rhcs": {
"100": {
"checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c",
"enabled": 1
}
},
"rhev": {
"100": {
"checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c",
"enabled": 1
}
},
"rhgb": {
"100": {
"checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1",
"enabled": 1
}
},
"rhnsd": {
"100": {
"checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d",
"enabled": 1
}
},
"rhsmcertd": {
"100": {
"checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c",
"enabled": 1
}
},
"rhts": {
"400": {
"checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c",
"enabled": 1
}
},
"ricci": {
"100": {
"checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79",
"enabled": 1
}
},
"rkhunter": {
"100": {
"checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3",
"enabled": 1
}
},
"rkt": {
"100": {
"checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9",
"enabled": 1
}
},
"rlogin": {
"100": {
"checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5",
"enabled": 1
}
},
"rngd": {
"100": {
"checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81",
"enabled": 1
}
},
"rolekit": {
"100": {
"checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d",
"enabled": 1
}
},
"roundup": {
"100": {
"checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7",
"enabled": 1
}
},
"rpc": {
"100": {
"checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a",
"enabled": 1
}
},
"rpcbind": {
"100": {
"checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d",
"enabled": 1
}
},
"rpm": {
"100": {
"checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0",
"enabled": 1
}
},
"rrdcached": {
"100": {
"checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866",
"enabled": 1
}
},
"rshd": {
"100": {
"checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7",
"enabled": 1
}
},
"rshim": {
"100": {
"checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8",
"enabled": 1
}
},
"rssh": {
"100": {
"checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d",
"enabled": 1
}
},
"rsync": {
"100": {
"checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784",
"enabled": 1
}
},
"rtas": {
"100": {
"checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5",
"enabled": 1
}
},
"rtkit": {
"100": {
"checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954",
"enabled": 1
}
},
"rwho": {
"100": {
"checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b",
"enabled": 1
}
},
"samba": {
"100": {
"checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65",
"enabled": 1
}
},
"sambagui": {
"100": {
"checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a",
"enabled": 1
}
},
"sandboxX": {
"100": {
"checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef",
"enabled": 1
}
},
"sanlock": {
"100": {
"checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f",
"enabled": 1
}
},
"sasl": {
"100": {
"checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8",
"enabled": 1
}
},
"sbd": {
"100": {
"checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5",
"enabled": 1
}
},
"sblim": {
"100": {
"checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b",
"enabled": 1
}
},
"screen": {
"100": {
"checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052",
"enabled": 1
}
},
"secadm": {
"100": {
"checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f",
"enabled": 1
}
},
"sectoolm": {
"100": {
"checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6",
"enabled": 1
}
},
"selinuxutil": {
"100": {
"checksum": "sha256:2356acc06af760cbcb7ea726dad667d1b22226436ce613f606a3a5035fc20617",
"enabled": 1
}
},
"sendmail": {
"100": {
"checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26",
"enabled": 1
}
},
"sensord": {
"100": {
"checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b",
"enabled": 1
}
},
"setrans": {
"100": {
"checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d",
"enabled": 1
}
},
"setroubleshoot": {
"100": {
"checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443",
"enabled": 1
}
},
"seunshare": {
"100": {
"checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef",
"enabled": 1
}
},
"sge": {
"100": {
"checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251",
"enabled": 1
}
},
"shorewall": {
"100": {
"checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a",
"enabled": 1
}
},
"slocate": {
"100": {
"checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902",
"enabled": 1
}
},
"slpd": {
"100": {
"checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845",
"enabled": 1
}
},
"smartmon": {
"100": {
"checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8",
"enabled": 1
}
},
"smokeping": {
"100": {
"checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7",
"enabled": 1
}
},
"smoltclient": {
"100": {
"checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0",
"enabled": 1
}
},
"smsd": {
"100": {
"checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77",
"enabled": 1
}
},
"snapper": {
"100": {
"checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1",
"enabled": 1
}
},
"snmp": {
"100": {
"checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe",
"enabled": 1
}
},
"snort": {
"100": {
"checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e",
"enabled": 1
}
},
"sosreport": {
"100": {
"checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d",
"enabled": 1
}
},
"soundserver": {
"100": {
"checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776",
"enabled": 1
}
},
"spamassassin": {
"100": {
"checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a",
"enabled": 1
}
},
"speech-dispatcher": {
"100": {
"checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da",
"enabled": 1
}
},
"squid": {
"100": {
"checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab",
"enabled": 1
}
},
"ssh": {
"100": {
"checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd",
"enabled": 1
}
},
"sslh": {
"100": {
"checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4",
"enabled": 1
}
},
"sssd": {
"100": {
"checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4",
"enabled": 1
}
},
"staff": {
"100": {
"checksum": "sha256:6c0a0a7950d6c8f38183a9355366d6696e1b425175f65cf760e8e156d83b676c",
"enabled": 1
}
},
"stalld": {
"100": {
"checksum": "sha256:f51e2b820929b6b7e3ff75de0c6b944683c0c9572388fd4b55d125d167145d41",
"enabled": 1
}
},
"stapserver": {
"100": {
"checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5",
"enabled": 1
}
},
"stratisd": {
"100": {
"checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0",
"enabled": 1
}
},
"stunnel": {
"100": {
"checksum": "sha256:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7",
"enabled": 1
}
},
"su": {
"100": {
"checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c",
"enabled": 1
}
},
"sudo": {
"100": {
"checksum": "sha256:3b764e80b7d12f0a5cc492c273fca984ed153af085f82c06a26b23ac20121006",
"enabled": 1
}
},
"svnserve": {
"100": {
"checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5",
"enabled": 1
}
},
"swift": {
"100": {
"checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677",
"enabled": 1
}
},
"sysadm": {
"100": {
"checksum": "sha256:ac0ad29a676fe6efa794dbef70b08cd353778bb82694b6013ad5c2a61409ef3d",
"enabled": 1
}
},
"sysadm_secadm": {
"100": {
"checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315",
"enabled": 1
}
},
"sysnetwork": {
"100": {
"checksum": "sha256:5e3a2fc741d1af016f86fbde3354381f3ad12e84f40242d25e4331536f2f65ce",
"enabled": 1
}
},
"sysstat": {
"100": {
"checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce",
"enabled": 1
}
},
"systemd": {
"100": {
"checksum": "sha256:dcddf34d04ecde40c87a8d5d263c601c599a9b5b88039465642ee47c95f56a5a",
"enabled": 1
}
},
"tangd": {
"100": {
"checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd",
"enabled": 1
}
},
"targetd": {
"100": {
"checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36",
"enabled": 1
}
},
"tcpd": {
"100": {
"checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d",
"enabled": 1
}
},
"tcsd": {
"100": {
"checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc",
"enabled": 1
}
},
"telepathy": {
"100": {
"checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49",
"enabled": 1
}
},
"telnet": {
"100": {
"checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b",
"enabled": 1
}
},
"tftp": {
"100": {
"checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7",
"enabled": 1
}
},
"tgtd": {
"100": {
"checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60",
"enabled": 1
}
},
"thin": {
"100": {
"checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62",
"enabled": 1
}
},
"thumb": {
"100": {
"checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410",
"enabled": 1
}
},
"timedatex": {
"100": {
"checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01",
"enabled": 1
}
},
"tlp": {
"100": {
"checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d",
"enabled": 1
}
},
"tmpreaper": {
"100": {
"checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5",
"enabled": 1
}
},
"tomcat": {
"100": {
"checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b",
"enabled": 1
}
},
"tor": {
"100": {
"checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b",
"enabled": 1
}
},
"tuned": {
"100": {
"checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d",
"enabled": 1
}
},
"tvtime": {
"100": {
"checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4",
"enabled": 1
}
},
"udev": {
"100": {
"checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69",
"enabled": 1
}
},
"ulogd": {
"100": {
"checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5",
"enabled": 1
}
},
"uml": {
"100": {
"checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786",
"enabled": 1
}
},
"unconfined": {
"100": {
"checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664",
"enabled": 1
}
},
"unconfineduser": {
"100": {
"checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466",
"enabled": 1
}
},
"unlabelednet": {
"100": {
"checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2",
"enabled": 1
}
},
"unprivuser": {
"100": {
"checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5",
"enabled": 1
}
},
"updfstab": {
"100": {
"checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3",
"enabled": 1
}
},
"usbmodules": {
"100": {
"checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4",
"enabled": 1
}
},
"usbmuxd": {
"100": {
"checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af",
"enabled": 1
}
},
"userdomain": {
"100": {
"checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539",
"enabled": 1
}
},
"userhelper": {
"100": {
"checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798",
"enabled": 1
}
},
"usermanage": {
"100": {
"checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc",
"enabled": 1
}
},
"usernetctl": {
"100": {
"checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb",
"enabled": 1
}
},
"uucp": {
"100": {
"checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668",
"enabled": 1
}
},
"uuidd": {
"100": {
"checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51",
"enabled": 1
}
},
"varnishd": {
"100": {
"checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296",
"enabled": 1
}
},
"vdagent": {
"100": {
"checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71",
"enabled": 1
}
},
"vhostmd": {
"100": {
"checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571",
"enabled": 1
}
},
"virt": {
"100": {
"checksum": "sha256:26b2fa714a2f5c43ecf2586b24aea67ee7f71ccdf3503101c787d749698048fc",
"enabled": 1
}
},
"virt_supplementary": {
"100": {
"checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e",
"enabled": 1
}
},
"vlock": {
"100": {
"checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92",
"enabled": 1
}
},
"vmtools": {
"100": {
"checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40",
"enabled": 1
}
},
"vmware": {
"100": {
"checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d",
"enabled": 1
}
},
"vnstatd": {
"100": {
"checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f",
"enabled": 1
}
},
"vpn": {
"100": {
"checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae",
"enabled": 1
}
},
"w3c": {
"100": {
"checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360",
"enabled": 1
}
},
"watchdog": {
"100": {
"checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac",
"enabled": 1
}
},
"wdmd": {
"100": {
"checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2",
"enabled": 1
}
},
"webadm": {
"100": {
"checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a",
"enabled": 1
}
},
"webalizer": {
"100": {
"checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5",
"enabled": 1
}
},
"wine": {
"100": {
"checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e",
"enabled": 1
}
},
"wireguard": {
"100": {
"checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c",
"enabled": 1
}
},
"wireshark": {
"100": {
"checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a",
"enabled": 1
}
},
"xen": {
"100": {
"checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de",
"enabled": 1
}
},
"xguest": {
"100": {
"checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621",
"enabled": 1
}
},
"xserver": {
"100": {
"checksum": "sha256:0e8725771ff4feca1f8ac71496b93792c894b947bf0cea5f322da04bff38cd24",
"enabled": 1
}
},
"zabbix": {
"100": {
"checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f",
"enabled": 1
}
},
"zarafa": {
"100": {
"checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd",
"enabled": 1
}
},
"zebra": {
"100": {
"checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e",
"enabled": 1
}
},
"zoneminder": {
"100": {
"checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc",
"enabled": 1
}
},
"zosremote": {
"100": {
"checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06",
"enabled": 1
}
}
},
"selinux_priorities": true
},
"changed": false
}
TASK [fedora.linux_system_roles.selinux : Load SELinux modules] ****************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115
Saturday 10 August 2024 02:33:08 -0400 (0:00:03.080) 0:00:28.633 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "selinux_modules is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128
Saturday 10 August 2024 02:33:08 -0400 (0:00:00.058) 0:00:28.691 *******
skipping: [managed_node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136
Saturday 10 August 2024 02:33:08 -0400 (0:00:00.026) 0:00:28.718 *******
skipping: [managed_node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Install cluster packages] *********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:44
Saturday 10 August 2024 02:33:08 -0400 (0:00:00.040) 0:00:28.758 *******
ok: [managed_node1] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
lsrpackages: corosync fence-agents-all fence-virt libknet1-plugins-all openssl pacemaker resource-agents
TASK [fedora.linux_system_roles.ha_cluster : Distribute fence-virt authkey] ****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50
Saturday 10 August 2024 02:33:09 -0400 (0:00:00.869) 0:00:29.628 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:3
Saturday 10 August 2024 02:33:09 -0400 (0:00:00.062) 0:00:29.690 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:9
Saturday 10 August 2024 02:33:09 -0400 (0:00:00.372) 0:00:30.063 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16
Saturday 10 August 2024 02:33:09 -0400 (0:00:00.096) 0:00:30.160 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21
Saturday 10 August 2024 02:33:09 -0400 (0:00:00.051) 0:00:30.211 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29
Saturday 10 August 2024 02:33:09 -0400 (0:00:00.049) 0:00:30.261 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44
Saturday 10 August 2024 02:33:09 -0400 (0:00:00.052) 0:00:30.313 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50
Saturday 10 August 2024 02:33:10 -0400 (0:00:00.371) 0:00:30.685 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60
Saturday 10 August 2024 02:33:10 -0400 (0:00:00.054) 0:00:30.739 *******
ok: [managed_node1] => {
"changed": false,
"stat": {
"atime": 1723271516.0879343,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "02f7eb55e817dd9d2d991d5958833c76f6eb2770",
"ctime": 1723271410.0718884,
"dev": 51714,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 438304945,
"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": 1723271409.8188882,
"nlink": 1,
"path": "/etc/cluster/fence_xvm.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 512,
"uid": 0,
"version": "2666012996",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65
Saturday 10 August 2024 02:33:10 -0400 (0:00:00.376) 0:00:31.116 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73
Saturday 10 August 2024 02:33:11 -0400 (0:00:00.441) 0:00:31.558 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:17
Saturday 10 August 2024 02:33:11 -0400 (0:00:00.076) 0:00:31.634 *******
ok: [managed_node1] => {
"changed": false,
"checksum": "02f7eb55e817dd9d2d991d5958833c76f6eb2770",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:55
Saturday 10 August 2024 02:33:11 -0400 (0:00:00.618) 0:00:32.253 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:10
Saturday 10 August 2024 02:33:11 -0400 (0:00:00.073) 0:00:32.327 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:22
Saturday 10 August 2024 02:33:11 -0400 (0:00:00.044) 0:00:32.371 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:30
Saturday 10 August 2024 02:33:11 -0400 (0:00:00.043) 0:00:32.414 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:40
Saturday 10 August 2024 02:33:11 -0400 (0:00:00.041) 0:00:32.456 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:57
Saturday 10 August 2024 02:33:12 -0400 (0:00:00.041) 0:00:32.498 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:70
Saturday 10 August 2024 02:33:12 -0400 (0:00:00.041) 0:00:32.539 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:88
Saturday 10 August 2024 02:33:12 -0400 (0:00:00.024) 0:00:32.563 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:109
Saturday 10 August 2024 02:33:12 -0400 (0:00:00.042) 0:00:32.606 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:117
Saturday 10 August 2024 02:33:12 -0400 (0:00:00.117) 0:00:32.723 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:131
Saturday 10 August 2024 02:33:12 -0400 (0:00:00.044) 0:00:32.768 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:135
Saturday 10 August 2024 02:33:12 -0400 (0:00:00.043) 0:00:32.811 *******
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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:142
Saturday 10 August 2024 02:33:14 -0400 (0:00:01.869) 0:00:34.681 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.678484",
"end": "2024-08-10 02:33:15.200634",
"rc": 0,
"start": "2024-08-10 02:33:14.522150"
}
TASK [fedora.linux_system_roles.ha_cluster : Correct cib.xml ownership] ********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:155
Saturday 10 August 2024 02:33:15 -0400 (0:00:01.048) 0:00:35.729 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:167
Saturday 10 August 2024 02:33:15 -0400 (0:00:00.048) 0:00:35.778 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:58
Saturday 10 August 2024 02:33:15 -0400 (0:00:00.049) 0:00:35.828 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:3
Saturday 10 August 2024 02:33:15 -0400 (0:00:00.073) 0:00:35.901 *******
changed: [managed_node1] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.e0bx36hc_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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:16
Saturday 10 August 2024 02:33:15 -0400 (0:00:00.439) 0:00:36.340 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml:3
Saturday 10 August 2024 02:33:15 -0400 (0:00:00.062) 0:00:36.403 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible.e0bx36hc_ha_cluster_corosync_conf",
"--overwrite",
"--no-cluster-uuid",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.624186",
"end": "2024-08-10 02:33:16.900917",
"rc": 0,
"start": "2024-08-10 02:33:16.276731"
}
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml:81
Saturday 10 August 2024 02:33:16 -0400 (0:00:01.027) 0:00:37.431 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:19
Saturday 10 August 2024 02:33:17 -0400 (0:00:00.041) 0:00:37.473 *******
ok: [managed_node1] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible.e0bx36hc_ha_cluster_corosync_conf"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync.conf file] ****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:26
Saturday 10 August 2024 02:33:17 -0400 (0:00:00.364) 0:00:37.837 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:36
Saturday 10 August 2024 02:33:18 -0400 (0:00:00.633) 0:00:38.471 *******
changed: [managed_node1] => {
"changed": true,
"path": "/tmp/ansible.e0bx36hc_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [fedora.linux_system_roles.ha_cluster : Cluster auth] *********************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:61
Saturday 10 August 2024 02:33:18 -0400 (0:00:00.372) 0:00:38.843 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-auth.yml:3
Saturday 10 August 2024 02:33:18 -0400 (0:00:00.103) 0:00:38.946 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.623094",
"end": "2024-08-10 02:33:19.419377",
"failed_when_result": false,
"rc": 0,
"start": "2024-08-10 02:33:18.796283"
}
STDOUT:
localhost: Online
TASK [fedora.linux_system_roles.ha_cluster : Run pcs auth] *********************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-auth.yml:23
Saturday 10 August 2024 02:33:19 -0400 (0:00:01.003) 0:00:39.950 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:66
Saturday 10 August 2024 02:33:19 -0400 (0:00:00.043) 0:00:39.994 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:3
Saturday 10 August 2024 02:33:19 -0400 (0:00:00.077) 0:00:40.071 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16
Saturday 10 August 2024 02:33:19 -0400 (0:00:00.067) 0:00:40.139 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21
Saturday 10 August 2024 02:33:19 -0400 (0:00:00.048) 0:00:40.188 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29
Saturday 10 August 2024 02:33:19 -0400 (0:00:00.051) 0:00:40.239 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44
Saturday 10 August 2024 02:33:19 -0400 (0:00:00.048) 0:00:40.288 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50
Saturday 10 August 2024 02:33:20 -0400 (0:00:00.367) 0:00:40.656 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60
Saturday 10 August 2024 02:33:20 -0400 (0:00:00.052) 0:00:40.709 *******
ok: [managed_node1] => {
"changed": false,
"stat": {
"atime": 1723271434.4559028,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "31ff6b78ba01d9591c490fa6d0f4eef27bf37955",
"ctime": 1723271423.9058967,
"dev": 51714,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 501219508,
"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": 1723271423.6528964,
"nlink": 1,
"path": "/etc/corosync/authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 256,
"uid": 0,
"version": "1634813202",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65
Saturday 10 August 2024 02:33:20 -0400 (0:00:00.376) 0:00:41.085 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73
Saturday 10 August 2024 02:33:20 -0400 (0:00:00.360) 0:00:41.446 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:11
Saturday 10 August 2024 02:33:21 -0400 (0:00:00.076) 0:00:41.522 *******
ok: [managed_node1] => {
"changed": false,
"checksum": "31ff6b78ba01d9591c490fa6d0f4eef27bf37955",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:20
Saturday 10 August 2024 02:33:21 -0400 (0:00:00.614) 0:00:42.136 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16
Saturday 10 August 2024 02:33:21 -0400 (0:00:00.071) 0:00:42.208 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21
Saturday 10 August 2024 02:33:21 -0400 (0:00:00.084) 0:00:42.292 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29
Saturday 10 August 2024 02:33:21 -0400 (0:00:00.050) 0:00:42.343 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44
Saturday 10 August 2024 02:33:21 -0400 (0:00:00.053) 0:00:42.397 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50
Saturday 10 August 2024 02:33:22 -0400 (0:00:00.369) 0:00:42.766 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60
Saturday 10 August 2024 02:33:22 -0400 (0:00:00.055) 0:00:42.821 *******
ok: [managed_node1] => {
"changed": false,
"stat": {
"atime": 1723271530.2259371,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "7992b526a4055be73c2fab8169d248bce4869189",
"ctime": 1723271425.7208977,
"dev": 51714,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 189,
"gr_name": "haclient",
"inode": 515899619,
"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": 1723271425.4668975,
"nlink": 1,
"path": "/etc/pacemaker/authkey",
"pw_name": "hacluster",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 256,
"uid": 189,
"version": "3714564225",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65
Saturday 10 August 2024 02:33:22 -0400 (0:00:00.378) 0:00:43.199 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73
Saturday 10 August 2024 02:33:23 -0400 (0:00:00.372) 0:00:43.572 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:28
Saturday 10 August 2024 02:33:23 -0400 (0:00:00.076) 0:00:43.648 *******
ok: [managed_node1] => {
"changed": false,
"checksum": "7992b526a4055be73c2fab8169d248bce4869189",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:37
Saturday 10 August 2024 02:33:23 -0400 (0:00:00.617) 0:00:44.265 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:46
Saturday 10 August 2024 02:33:23 -0400 (0:00:00.046) 0:00:44.312 *******
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": "6179e6b0-08fb-48c9-a9b8-7989454bd422"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Obtain and distribute qdevice certificates [CLI]] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:54
Saturday 10 August 2024 02:33:25 -0400 (0:00:01.218) 0:00:45.530 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:71
Saturday 10 August 2024 02:33:25 -0400 (0:00:00.046) 0:00:45.576 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:72
Saturday 10 August 2024 02:33:25 -0400 (0:00:00.042) 0:00:45.619 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:3
Saturday 10 August 2024 02:33:25 -0400 (0:00:00.075) 0:00:45.694 *******
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": "Sat 2024-08-10 02:30:34 EDT",
"ActiveEnterTimestampMonotonic": "272908137",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "network-online.target systemd-journald.socket basic.target system.slice sysinit.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2024-08-10 02:30:34 EDT",
"AssertTimestampMonotonic": "272503487",
"Before": "pacemaker.service shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "1179429000",
"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": "Sat 2024-08-10 02:30:34 EDT",
"ConditionTimestampMonotonic": "272503450",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/corosync.service",
"ControlGroupId": "5011",
"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": "3700940800",
"EffectiveMemoryMax": "3700940800",
"EffectiveTasksMax": "22402",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Sat 2024-08-10 02:30:34 EDT",
"ExecMainHandoffTimestampMonotonic": "272514580",
"ExecMainPID": "14678",
"ExecMainStartTimestamp": "Sat 2024-08-10 02:30:34 EDT",
"ExecMainStartTimestampMonotonic": "272504851",
"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": "Sat 2024-08-10 02:30:34 EDT",
"InactiveExitTimestampMonotonic": "272505349",
"InvocationID": "82fde7e6f7f941bdaf298d08ecc9ed00",
"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": "14001",
"LimitNPROCSoft": "14001",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14001",
"LimitSIGPENDINGSoft": "14001",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "14678",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2589949952",
"MemoryCurrent": "145334272",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "148856832",
"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": "Sat 2024-08-10 02:30:34 EDT",
"StateChangeTimestampMonotonic": "272908137",
"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": "22402",
"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": "Sat 2024-08-10 02:30:35 EDT",
"ActiveEnterTimestampMonotonic": "273853770",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "resource-agents-deps.target syslog.service sysinit.target corosync.service rsyslog.service time-sync.target system.slice basic.target network.target dbus-broker.service systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2024-08-10 02:30:35 EDT",
"AssertTimestampMonotonic": "273852128",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "708383000",
"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": "Sat 2024-08-10 02:30:35 EDT",
"ConditionTimestampMonotonic": "273852125",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/pacemaker.service",
"ControlGroupId": "5056",
"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": "3700940800",
"EffectiveMemoryMax": "3700940800",
"EffectiveTasksMax": "28003",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Sat 2024-08-10 02:30:35 EDT",
"ExecMainHandoffTimestampMonotonic": "273862855",
"ExecMainPID": "14919",
"ExecMainStartTimestamp": "Sat 2024-08-10 02:30:35 EDT",
"ExecMainStartTimestampMonotonic": "273853299",
"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": "Sat 2024-08-10 02:30:35 EDT",
"InactiveExitTimestampMonotonic": "273853770",
"InvocationID": "a217320481cc488facc4aa9013ce1ad8",
"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": "14001",
"LimitNPROCSoft": "14001",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14001",
"LimitSIGPENDINGSoft": "14001",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "14919",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2588934144",
"MemoryCurrent": "54116352",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "56401920",
"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": "system.slice sysinit.target corosync.service",
"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": "Sat 2024-08-10 02:30:35 EDT",
"StateChangeTimestampMonotonic": "273853770",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:16
Saturday 10 August 2024 02:33:26 -0400 (0:00:01.001) 0:00:46.696 *******
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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:19
Saturday 10 August 2024 02:33:28 -0400 (0:00:01.841) 0:00:48.537 *******
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": "system.slice systemd-modules-load.service systemd-journald.socket sysinit.target basic.target iscsi.service",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target dlm.service pacemaker.service",
"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": "3700940800",
"EffectiveMemoryMax": "3700940800",
"EffectiveTasksMax": "22402",
"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": "14001",
"LimitNPROCSoft": "14001",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14001",
"LimitSIGPENDINGSoft": "14001",
"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": "2614591488",
"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": "22402",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:75
Saturday 10 August 2024 02:33:28 -0400 (0:00:00.536) 0:00:49.074 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:21
Saturday 10 August 2024 02:33:28 -0400 (0:00:00.113) 0:00:49.188 *******
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"
},
"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"
},
"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": "stopped",
"status": "disabled"
},
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:24
Saturday 10 August 2024 02:33:30 -0400 (0:00:01.875) 0:00:51.063 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:47
Saturday 10 August 2024 02:33:30 -0400 (0:00:00.060) 0:00:51.123 *******
ok: [managed_node1] => {
"changed": false,
"name": "corosync",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Sat 2024-08-10 02:30:34 EDT",
"ActiveEnterTimestampMonotonic": "272908137",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "network-online.target systemd-journald.socket basic.target system.slice sysinit.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2024-08-10 02:30:34 EDT",
"AssertTimestampMonotonic": "272503487",
"Before": "pacemaker.service shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "1205431000",
"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": "Sat 2024-08-10 02:30:34 EDT",
"ConditionTimestampMonotonic": "272503450",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/corosync.service",
"ControlGroupId": "5011",
"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": "3700940800",
"EffectiveMemoryMax": "3700940800",
"EffectiveTasksMax": "22402",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Sat 2024-08-10 02:30:34 EDT",
"ExecMainHandoffTimestampMonotonic": "272514580",
"ExecMainPID": "14678",
"ExecMainStartTimestamp": "Sat 2024-08-10 02:30:34 EDT",
"ExecMainStartTimestampMonotonic": "272504851",
"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": "Sat 2024-08-10 02:30:34 EDT",
"InactiveExitTimestampMonotonic": "272505349",
"InvocationID": "82fde7e6f7f941bdaf298d08ecc9ed00",
"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": "14001",
"LimitNPROCSoft": "14001",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14001",
"LimitSIGPENDINGSoft": "14001",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "14678",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2596597760",
"MemoryCurrent": "145334272",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "148856832",
"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": "Sat 2024-08-10 02:30:34 EDT",
"StateChangeTimestampMonotonic": "272908137",
"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": "22402",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:56
Saturday 10 August 2024 02:33:31 -0400 (0:00:00.509) 0:00:51.633 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.011900",
"end": "2024-08-10 02:33:31.474475",
"rc": 0,
"start": "2024-08-10 02:33:31.462575"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [fedora.linux_system_roles.ha_cluster : Start corosync-qdevice] ***********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:63
Saturday 10 August 2024 02:33:31 -0400 (0:00:00.369) 0:00:52.003 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:69
Saturday 10 August 2024 02:33:31 -0400 (0:00:00.046) 0:00:52.049 *******
ok: [managed_node1] => {
"changed": false,
"name": "pacemaker",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Sat 2024-08-10 02:30:35 EDT",
"ActiveEnterTimestampMonotonic": "273853770",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "resource-agents-deps.target syslog.service sysinit.target corosync.service rsyslog.service system.slice time-sync.target basic.target network.target dbus-broker.service systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Sat 2024-08-10 02:30:35 EDT",
"AssertTimestampMonotonic": "273852128",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "720821000",
"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": "Sat 2024-08-10 02:30:35 EDT",
"ConditionTimestampMonotonic": "273852125",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/pacemaker.service",
"ControlGroupId": "5056",
"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": "3700940800",
"EffectiveMemoryMax": "3700940800",
"EffectiveTasksMax": "28003",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Sat 2024-08-10 02:30:35 EDT",
"ExecMainHandoffTimestampMonotonic": "273862855",
"ExecMainPID": "14919",
"ExecMainStartTimestamp": "Sat 2024-08-10 02:30:35 EDT",
"ExecMainStartTimestampMonotonic": "273853299",
"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": "Sat 2024-08-10 02:30:35 EDT",
"InactiveExitTimestampMonotonic": "273853770",
"InvocationID": "a217320481cc488facc4aa9013ce1ad8",
"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": "14001",
"LimitNPROCSoft": "14001",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14001",
"LimitSIGPENDINGSoft": "14001",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "14919",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2604830720",
"MemoryCurrent": "54116352",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "56401920",
"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": "system.slice sysinit.target corosync.service",
"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": "Sat 2024-08-10 02:30:35 EDT",
"StateChangeTimestampMonotonic": "273853770",
"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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:75
Saturday 10 August 2024 02:33:32 -0400 (0:00:00.512) 0:00:52.562 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:04.885929",
"end": "2024-08-10 02:33:37.282899",
"rc": 0,
"start": "2024-08-10 02:33:32.396970"
}
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:89
Saturday 10 August 2024 02:33:37 -0400 (0:00:05.250) 0:00:57.813 *******
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.018455",
"end": "2024-08-10 02:33:37.665138",
"rc": 0,
"start": "2024-08-10 02:33:37.646683"
}
STDOUT:
localhost
TASK [fedora.linux_system_roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:111
Saturday 10 August 2024 02:33:37 -0400 (0:00:00.381) 0:00:58.194 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:78
Saturday 10 August 2024 02:33:37 -0400 (0:00:00.049) 0:00:58.243 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:10
Saturday 10 August 2024 02:33:37 -0400 (0:00:00.101) 0:00:58.345 *******
changed: [managed_node1] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.f9o_rnsp_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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:18
Saturday 10 August 2024 02:33:38 -0400 (0:00:00.353) 0:00:58.698 *******
changed: [managed_node1] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.q5xgf1y9_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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:26
Saturday 10 August 2024 02:33:38 -0400 (0:00:00.358) 0:00:59.056 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.010753",
"end": "2024-08-10 02:33:38.899490",
"rc": 0,
"start": "2024-08-10 02:33:38.888737"
}
STDOUT:
TASK [fedora.linux_system_roles.ha_cluster : Write CIB configuration] **********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:33
Saturday 10 August 2024 02:33:38 -0400 (0:00:00.372) 0:00:59.429 *******
changed: [managed_node1] => (item=/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "9efd1968ddda67e9db9eff63088b15e804ff00ab",
"dest": "/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"md5sum": "aabeb405b350310f7ec06e10a2b62284",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 3282,
"src": "/root/.ansible/tmp/ansible-tmp-1723271619.0185335-9186-35894222380272/.source.q5xgf1y9_ha_cluster_cib_xml",
"state": "file",
"uid": 0
}
changed: [managed_node1] => (item=/tmp/ansible.f9o_rnsp_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "9efd1968ddda67e9db9eff63088b15e804ff00ab",
"dest": "/tmp/ansible.f9o_rnsp_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.f9o_rnsp_ha_cluster_original_cib_xml",
"md5sum": "aabeb405b350310f7ec06e10a2b62284",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 3282,
"src": "/root/.ansible/tmp/ansible-tmp-1723271619.7565403-9186-58473772057279/.source.f9o_rnsp_ha_cluster_original_cib_xml",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Purge new CIB configuration] ******
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:51
Saturday 10 August 2024 02:33:40 -0400 (0:00:01.401) 0:01:00.831 *******
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.020456",
"end": "2024-08-10 02:33:40.729258",
"rc": 0,
"start": "2024-08-10 02:33:40.708802"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster properties] *****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:85
Saturday 10 August 2024 02:33:40 -0400 (0:00:00.464) 0:01:01.296 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "ha_cluster_cluster_properties[0].attrs | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure node attributes] ********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:95
Saturday 10 August 2024 02:33:40 -0400 (0:00:00.046) 0:01:01.342 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:102
Saturday 10 August 2024 02:33:40 -0400 (0:00:00.043) 0:01:01.386 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:115
Saturday 10 August 2024 02:33:40 -0400 (0:00:00.044) 0:01:01.431 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:127
Saturday 10 August 2024 02:33:41 -0400 (0:00:00.042) 0:01:01.474 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:137
Saturday 10 August 2024 02:33:41 -0400 (0:00:00.045) 0:01:01.520 *******
ok: [managed_node1] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster bundle resources] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:141
Saturday 10 August 2024 02:33:41 -0400 (0:00:00.048) 0:01:01.568 *******
skipping: [managed_node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resources] ******
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:147
Saturday 10 August 2024 02:33:41 -0400 (0:00:00.024) 0:01:01.593 *******
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed_node1 => (item={'id': 'd1', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed_node1 => (item={'id': 'd2', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed_node1 => (item={'id': 'd3', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed_node1 => (item={'id': 'd4', 'agent': 'ocf:pacemaker:Dummy'})
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive d1] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Saturday 10 August 2024 02:33:41 -0400 (0:00:00.084) 0:01:01.677 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.057702",
"end": "2024-08-10 02:33:42.581465",
"rc": 0,
"start": "2024-08-10 02:33:41.523763"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive d1] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Saturday 10 August 2024 02:33:42 -0400 (0:00:01.435) 0:01:03.113 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"resource",
"utilization",
"d1"
],
"delta": "0:00:00.700684",
"end": "2024-08-10 02:33:43.651893",
"rc": 0,
"start": "2024-08-10 02:33:42.951209"
}
STDOUT:
Resource Utilization:
d1:
STDERR:
Warning: Utilization attributes configuration has no effect until cluster property option 'placement-strategy' is set to one of the values: 'balanced', 'minimal', 'utilization'
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive d2] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Saturday 10 August 2024 02:33:43 -0400 (0:00:01.069) 0:01:04.183 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.050783",
"end": "2024-08-10 02:33:45.081688",
"rc": 0,
"start": "2024-08-10 02:33:44.030905"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive d2] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Saturday 10 August 2024 02:33:45 -0400 (0:00:01.429) 0:01:05.613 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"resource",
"utilization",
"d2"
],
"delta": "0:00:00.706905",
"end": "2024-08-10 02:33:46.150101",
"rc": 0,
"start": "2024-08-10 02:33:45.443196"
}
STDOUT:
Resource Utilization:
d2:
STDERR:
Warning: Utilization attributes configuration has no effect until cluster property option 'placement-strategy' is set to one of the values: 'balanced', 'minimal', 'utilization'
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive d3] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Saturday 10 August 2024 02:33:46 -0400 (0:00:01.068) 0:01:06.682 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d3",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.060800",
"end": "2024-08-10 02:33:47.587721",
"rc": 0,
"start": "2024-08-10 02:33:46.526921"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive d3] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Saturday 10 August 2024 02:33:47 -0400 (0:00:01.435) 0:01:08.117 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"resource",
"utilization",
"d3"
],
"delta": "0:00:00.718612",
"end": "2024-08-10 02:33:48.672872",
"rc": 0,
"start": "2024-08-10 02:33:47.954260"
}
STDOUT:
Resource Utilization:
d3:
STDERR:
Warning: Utilization attributes configuration has no effect until cluster property option 'placement-strategy' is set to one of the values: 'balanced', 'minimal', 'utilization'
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive d4] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Saturday 10 August 2024 02:33:48 -0400 (0:00:01.087) 0:01:09.205 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"resource",
"create",
"d4",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.057471",
"end": "2024-08-10 02:33:50.111696",
"rc": 0,
"start": "2024-08-10 02:33:49.054225"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive d4] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Saturday 10 August 2024 02:33:50 -0400 (0:00:01.436) 0:01:10.642 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"resource",
"utilization",
"d4"
],
"delta": "0:00:00.707950",
"end": "2024-08-10 02:33:51.187957",
"rc": 0,
"start": "2024-08-10 02:33:50.480007"
}
STDOUT:
Resource Utilization:
d4:
STDERR:
Warning: Utilization attributes configuration has no effect until cluster property option 'placement-strategy' is set to one of the values: 'balanced', 'minimal', 'utilization'
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource groups] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:154
Saturday 10 August 2024 02:33:51 -0400 (0:00:01.075) 0:01:11.717 *******
skipping: [managed_node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource clones] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:160
Saturday 10 August 2024 02:33:51 -0400 (0:00:00.023) 0:01:11.741 *******
skipping: [managed_node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure stonith levels] *********
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:167
Saturday 10 August 2024 02:33:51 -0400 (0:00:00.059) 0:01:11.801 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:175
Saturday 10 August 2024 02:33:51 -0400 (0:00:00.025) 0:01:11.826 *******
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd1'}, 'node': 'node1'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node1'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd1'}, 'node': 'node2', 'options': [{'name': 'score', 'value': -123}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node2', 'options': [{'name': 'score', 'value': 23}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd2'}, 'node': 'node1', 'id': 'cl1'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node3', 'id': 'cl2'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd2'}, 'node': 'node2', 'id': 'cl3', 'options': [{'name': 'resource-discovery', 'value': 'exclusive'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node4', 'id': 'cl4', 'options': [{'name': 'resource-discovery', 'value': 'exclusive'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd2'}, 'node': 'node3', 'id': 'cl5', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'resource-discovery', 'value': 'never'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'node': 'node5', 'id': 'cl6', 'options': [{'name': 'score', 'value': -32}, {'name': 'resource-discovery', 'value': 'never'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 1'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 1'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd3'}, 'rule': '(rule eq 2) and (date gt 2000-01-01 or date-spec weekdays=1)', 'id': 'cl7'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': '(rule eq 2) and (date gt 2000-01-01 or date-spec weekdays=1)', 'id': 'cl8'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd3', 'role': 'Promoted'}, 'rule': 'rule eq 3 or #uname eq node2'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+', 'role': 'Promoted'}, 'rule': 'rule eq 3 or #uname eq node2'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 4 and value gt -10', 'options': [{'name': 'score', 'value': -47}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 4 and value gt -10', 'options': [{'name': 'score', 'value': -47}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 5 or value ne string interesting;string& and x gt 0', 'options': [{'name': 'score-attribute', 'value': 'myscore'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 5 or value ne string interesting;string& and x gt 0', 'options': [{'name': 'score-attribute', 'value': 'myscore'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd3'}, 'rule': 'rule eq 6', 'options': [{'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+'}, 'rule': 'rule eq 6', 'options': [{'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'rule': 'rule eq 7', 'id': 'cl9', 'options': [{'name': 'score', 'value': -47}, {'name': 'resource-discovery', 'value': 'always'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml for managed_node1 => (item={'resource': {'pattern': 'd\\d+', 'role': 'Unpromoted'}, 'rule': 'rule eq 7', 'id': 'cl10', 'options': [{'name': 'score', 'value': -47}, {'name': 'resource-discovery', 'value': 'always'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 0] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:51 -0400 (0:00:00.193) 0:01:12.019 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d1",
"prefers",
"node1=INFINITY"
],
"delta": "0:00:00.675779",
"end": "2024-08-10 02:33:52.530361",
"rc": 0,
"start": "2024-08-10 02:33:51.854582"
}
STDERR:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 1] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:52 -0400 (0:00:01.042) 0:01:13.062 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"prefers",
"node1=INFINITY"
],
"delta": "0:00:00.669156",
"end": "2024-08-10 02:33:53.567929",
"rc": 0,
"start": "2024-08-10 02:33:52.898773"
}
STDERR:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 2] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:53 -0400 (0:00:01.037) 0:01:14.100 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d1",
"prefers",
"node2=-123"
],
"delta": "0:00:00.669702",
"end": "2024-08-10 02:33:54.608948",
"rc": 0,
"start": "2024-08-10 02:33:53.939246"
}
STDERR:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 3] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:54 -0400 (0:00:01.040) 0:01:15.140 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"prefers",
"node2=23"
],
"delta": "0:00:00.666683",
"end": "2024-08-10 02:33:55.641526",
"rc": 0,
"start": "2024-08-10 02:33:54.974843"
}
STDERR:
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl1] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:55 -0400 (0:00:01.033) 0:01:16.174 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl1",
"d2",
"node1",
"INFINITY"
],
"delta": "0:00:00.679268",
"end": "2024-08-10 02:33:56.690175",
"rc": 0,
"start": "2024-08-10 02:33:56.010907"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl2] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:56 -0400 (0:00:01.048) 0:01:17.223 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl2",
"regexp%d\\d+",
"node3",
"INFINITY"
],
"delta": "0:00:00.685497",
"end": "2024-08-10 02:33:57.743528",
"rc": 0,
"start": "2024-08-10 02:33:57.058031"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl3] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:57 -0400 (0:00:01.054) 0:01:18.277 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl3",
"d2",
"node2",
"INFINITY",
"resource-discovery=exclusive"
],
"delta": "0:00:00.693398",
"end": "2024-08-10 02:33:58.807889",
"rc": 0,
"start": "2024-08-10 02:33:58.114491"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl4] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:58 -0400 (0:00:01.065) 0:01:19.343 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl4",
"regexp%d\\d+",
"node4",
"INFINITY",
"resource-discovery=exclusive"
],
"delta": "0:00:00.675104",
"end": "2024-08-10 02:33:59.854780",
"rc": 0,
"start": "2024-08-10 02:33:59.179676"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl5] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:33:59 -0400 (0:00:01.042) 0:01:20.386 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl5",
"d2",
"node3",
"-INFINITY",
"resource-discovery=never"
],
"delta": "0:00:00.671976",
"end": "2024-08-10 02:34:00.889326",
"rc": 0,
"start": "2024-08-10 02:34:00.217350"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl6] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:00 -0400 (0:00:01.036) 0:01:21.422 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"add",
"cl6",
"regexp%d\\d+",
"node5",
"-32",
"resource-discovery=never"
],
"delta": "0:00:00.684245",
"end": "2024-08-10 02:34:01.940568",
"rc": 0,
"start": "2024-08-10 02:34:01.256323"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
Warning: Validation for node existence in the cluster will be skipped
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 10] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:02 -0400 (0:00:01.050) 0:01:22.472 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"rule",
"eq",
"1"
],
"delta": "0:00:00.699783",
"end": "2024-08-10 02:34:03.009582",
"rc": 0,
"start": "2024-08-10 02:34:02.309799"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 11] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:03 -0400 (0:00:01.069) 0:01:23.542 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"rule",
"eq",
"1"
],
"delta": "0:00:00.697989",
"end": "2024-08-10 02:34:04.077033",
"rc": 0,
"start": "2024-08-10 02:34:03.379044"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl7] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:04 -0400 (0:00:01.067) 0:01:24.609 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"constraint-id=cl7",
"(rule",
"eq",
"2)",
"and",
"(date",
"gt",
"2000-01-01",
"or",
"date-spec",
"weekdays=1)"
],
"delta": "0:00:00.729737",
"end": "2024-08-10 02:34:05.183191",
"rc": 0,
"start": "2024-08-10 02:34:04.453454"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl8] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:05 -0400 (0:00:01.107) 0:01:25.717 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"constraint-id=cl8",
"(rule",
"eq",
"2)",
"and",
"(date",
"gt",
"2000-01-01",
"or",
"date-spec",
"weekdays=1)"
],
"delta": "0:00:00.724221",
"end": "2024-08-10 02:34:06.285171",
"rc": 0,
"start": "2024-08-10 02:34:05.560950"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 14] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:06 -0400 (0:00:01.140) 0:01:26.858 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"role=promoted",
"rule",
"eq",
"3",
"or",
"#uname",
"eq",
"node2"
],
"delta": "0:00:00.705288",
"end": "2024-08-10 02:34:07.402660",
"rc": 0,
"start": "2024-08-10 02:34:06.697372"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 15] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:07 -0400 (0:00:01.078) 0:01:27.936 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"role=promoted",
"rule",
"eq",
"3",
"or",
"#uname",
"eq",
"node2"
],
"delta": "0:00:00.708720",
"end": "2024-08-10 02:34:08.489565",
"rc": 0,
"start": "2024-08-10 02:34:07.780845"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 16] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:08 -0400 (0:00:01.087) 0:01:29.023 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"score=-47",
"rule",
"eq",
"4",
"and",
"value",
"gt",
"-10"
],
"delta": "0:00:00.704348",
"end": "2024-08-10 02:34:09.561028",
"rc": 0,
"start": "2024-08-10 02:34:08.856680"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 17] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:09 -0400 (0:00:01.070) 0:01:30.093 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"score=-47",
"rule",
"eq",
"4",
"and",
"value",
"gt",
"-10"
],
"delta": "0:00:00.707305",
"end": "2024-08-10 02:34:10.637964",
"rc": 0,
"start": "2024-08-10 02:34:09.930659"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 18] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:10 -0400 (0:00:01.076) 0:01:31.170 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"score-attribute=myscore",
"rule",
"eq",
"5",
"or",
"value",
"ne",
"string",
"interesting;string&",
"and",
"x",
"gt",
"0"
],
"delta": "0:00:00.710938",
"end": "2024-08-10 02:34:11.721038",
"rc": 0,
"start": "2024-08-10 02:34:11.010100"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 19] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:11 -0400 (0:00:01.084) 0:01:32.255 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"score-attribute=myscore",
"rule",
"eq",
"5",
"or",
"value",
"ne",
"string",
"interesting;string&",
"and",
"x",
"gt",
"0"
],
"delta": "0:00:00.710285",
"end": "2024-08-10 02:34:12.808203",
"rc": 0,
"start": "2024-08-10 02:34:12.097918"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 20] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:12 -0400 (0:00:01.086) 0:01:33.342 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"resource-discovery=always",
"rule",
"eq",
"6"
],
"delta": "0:00:00.710824",
"end": "2024-08-10 02:34:13.891477",
"rc": 0,
"start": "2024-08-10 02:34:13.180653"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint 21] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:13 -0400 (0:00:01.083) 0:01:34.425 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"resource-discovery=always",
"rule",
"eq",
"6"
],
"delta": "0:00:00.687248",
"end": "2024-08-10 02:34:14.945877",
"rc": 0,
"start": "2024-08-10 02:34:14.258629"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl9] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:15 -0400 (0:00:01.053) 0:01:35.479 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"d3",
"rule",
"constraint-id=cl9",
"role=unpromoted",
"score=-47",
"resource-discovery=always",
"rule",
"eq",
"7"
],
"delta": "0:00:00.706041",
"end": "2024-08-10 02:34:16.020243",
"rc": 0,
"start": "2024-08-10 02:34:15.314202"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure location constraint cl10] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
Saturday 10 August 2024 02:34:16 -0400 (0:00:01.073) 0:01:36.553 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"location",
"regexp%d\\d+",
"rule",
"constraint-id=cl10",
"role=unpromoted",
"score=-47",
"resource-discovery=always",
"rule",
"eq",
"7"
],
"delta": "0:00:00.710396",
"end": "2024-08-10 02:34:17.107902",
"rc": 0,
"start": "2024-08-10 02:34:16.397506"
}
STDERR:
Deprecation Warning: Specifying a rule as multiple arguments is deprecated and might be removed in a future release, specify the rule as a single string instead
TASK [fedora.linux_system_roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:182
Saturday 10 August 2024 02:34:17 -0400 (0:00:01.087) 0:01:37.640 *******
skipping: [managed_node1] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
}
]
},
"constraint_index": 6,
"false_condition": "not constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'role', 'value': 'Promoted'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}]}], 'id': 'cc-set', 'options': [{'name': 'score', 'value': 20}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-set",
"options": [
{
"name": "score",
"value": 20
}
],
"resource_sets": [
{
"options": [
{
"name": "role",
"value": "Promoted"
}
],
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
}
],
"resource_ids": [
"d3",
"d4"
]
}
]
},
"constraint_index": 7,
"false_condition": "not constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml for managed_node1 => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd2'}})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml for managed_node1 => (item={'resource_follower': {'id': 'd2'}, 'resource_leader': {'id': 'd3'}, 'options': [{'name': 'score', 'value': -10}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml for managed_node1 => (item={'resource_follower': {'id': 'd3'}, 'resource_leader': {'id': 'd4'}, 'id': 'cc-id'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml for managed_node1 => (item={'resource_follower': {'id': 'd1', 'role': 'Promoted'}, 'resource_leader': {'id': 'd3', 'role': 'Promoted'}})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml for managed_node1 => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd4'}, 'options': [{'name': 'node-attribute', 'value': 'attribute-name'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml for managed_node1 => (item={'resource_follower': {'id': 'd2', 'role': 'Unpromoted'}, 'resource_leader': {'id': 'd4', 'role': 'Started'}, 'id': 'cc-all', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'node-attribute', 'value': 'attribute-name'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint 0] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml:3
Saturday 10 August 2024 02:34:17 -0400 (0:00:00.117) 0:01:37.758 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d1",
"with",
"d2",
"INFINITY"
],
"delta": "0:00:00.698847",
"end": "2024-08-10 02:34:18.296443",
"rc": 0,
"start": "2024-08-10 02:34:17.597596"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint 1] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml:3
Saturday 10 August 2024 02:34:18 -0400 (0:00:01.072) 0:01:38.830 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d2",
"with",
"d3",
"-10"
],
"delta": "0:00:00.678346",
"end": "2024-08-10 02:34:19.340210",
"rc": 0,
"start": "2024-08-10 02:34:18.661864"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint cc-id] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml:3
Saturday 10 August 2024 02:34:19 -0400 (0:00:01.044) 0:01:39.874 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d3",
"with",
"d4",
"INFINITY",
"id=cc-id"
],
"delta": "0:00:00.689752",
"end": "2024-08-10 02:34:20.393233",
"rc": 0,
"start": "2024-08-10 02:34:19.703481"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint 3] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml:3
Saturday 10 August 2024 02:34:20 -0400 (0:00:01.050) 0:01:40.924 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"promoted",
"d1",
"with",
"promoted",
"d3",
"INFINITY"
],
"delta": "0:00:00.691937",
"end": "2024-08-10 02:34:21.453341",
"rc": 0,
"start": "2024-08-10 02:34:20.761404"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint 4] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml:3
Saturday 10 August 2024 02:34:21 -0400 (0:00:01.061) 0:01:41.986 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"d1",
"with",
"d4",
"INFINITY",
"node-attribute=attribute-name"
],
"delta": "0:00:00.680022",
"end": "2024-08-10 02:34:22.491235",
"rc": 0,
"start": "2024-08-10 02:34:21.811213"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint cc-all] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-colocation.yml:3
Saturday 10 August 2024 02:34:22 -0400 (0:00:01.038) 0:01:43.024 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"add",
"unpromoted",
"d2",
"with",
"started",
"d4",
"-INFINITY",
"id=cc-all",
"node-attribute=attribute-name"
],
"delta": "0:00:00.695881",
"end": "2024-08-10 02:34:23.552198",
"rc": 0,
"start": "2024-08-10 02:34:22.856317"
}
STDERR:
Deprecation Warning: Specifying score as a standalone value is deprecated and might be removed in a future release, use score=value instead
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:190
Saturday 10 August 2024 02:34:23 -0400 (0:00:01.058) 0:01:44.082 *******
skipping: [managed_node1] => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd2'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_follower": {
"id": "d1"
},
"resource_leader": {
"id": "d2"
}
},
"constraint_index": 0,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_follower': {'id': 'd2'}, 'resource_leader': {'id': 'd3'}, 'options': [{'name': 'score', 'value': -10}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "score",
"value": -10
}
],
"resource_follower": {
"id": "d2"
},
"resource_leader": {
"id": "d3"
}
},
"constraint_index": 1,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_follower': {'id': 'd3'}, 'resource_leader': {'id': 'd4'}, 'id': 'cc-id'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-id",
"resource_follower": {
"id": "d3"
},
"resource_leader": {
"id": "d4"
}
},
"constraint_index": 2,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_follower': {'id': 'd1', 'role': 'Promoted'}, 'resource_leader': {'id': 'd3', 'role': 'Promoted'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_follower": {
"id": "d1",
"role": "Promoted"
},
"resource_leader": {
"id": "d3",
"role": "Promoted"
}
},
"constraint_index": 3,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_follower': {'id': 'd1'}, 'resource_leader': {'id': 'd4'}, 'options': [{'name': 'node-attribute', 'value': 'attribute-name'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "node-attribute",
"value": "attribute-name"
}
],
"resource_follower": {
"id": "d1"
},
"resource_leader": {
"id": "d4"
}
},
"constraint_index": 4,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_follower': {'id': 'd2', 'role': 'Unpromoted'}, 'resource_leader': {'id': 'd4', 'role': 'Started'}, 'id': 'cc-all', 'options': [{'name': 'score', 'value': '-INFINITY'}, {'name': 'node-attribute', 'value': 'attribute-name'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "cc-all",
"options": [
{
"name": "score",
"value": "-INFINITY"
},
{
"name": "node-attribute",
"value": "attribute-name"
}
],
"resource_follower": {
"id": "d2",
"role": "Unpromoted"
},
"resource_leader": {
"id": "d4",
"role": "Started"
}
},
"constraint_index": 5,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml for managed_node1 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml for managed_node1 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'role', 'value': 'Promoted'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}]}], 'id': 'cc-set', 'options': [{'name': 'score', 'value': 20}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint '6'] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml:3
Saturday 10 August 2024 02:34:23 -0400 (0:00:00.149) 0:01:44.232 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"set",
"d1",
"d2"
],
"delta": "0:00:00.691241",
"end": "2024-08-10 02:34:24.757268",
"rc": 0,
"start": "2024-08-10 02:34:24.066027"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure colocation constraint 'cc-set'] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml:3
Saturday 10 August 2024 02:34:24 -0400 (0:00:01.059) 0:01:45.291 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"colocation",
"set",
"d1",
"d2",
"role=Promoted",
"set",
"d3",
"d4",
"sequential=false",
"setoptions",
"id=cc-set",
"score=20"
],
"delta": "0:00:00.710377",
"end": "2024-08-10 02:34:25.831510",
"rc": 0,
"start": "2024-08-10 02:34:25.121133"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource order constraints] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:200
Saturday 10 August 2024 02:34:25 -0400 (0:00:01.069) 0:01:46.361 *******
skipping: [managed_node1] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
}
]
},
"constraint_index": 6,
"false_condition": "not constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'action', 'value': 'promote'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'co-set', 'options': [{'name': 'symmetrical', 'value': 'false'}, {'name': 'kind', 'value': 'Serialize'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-set",
"options": [
{
"name": "symmetrical",
"value": "false"
},
{
"name": "kind",
"value": "Serialize"
}
],
"resource_sets": [
{
"options": [
{
"name": "action",
"value": "promote"
}
],
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
},
{
"name": "require-all",
"value": "true"
}
],
"resource_ids": [
"d3",
"d4"
]
}
]
},
"constraint_index": 7,
"false_condition": "not constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml for managed_node1 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd2'}})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml for managed_node1 => (item={'resource_first': {'id': 'd2'}, 'resource_then': {'id': 'd3'}, 'id': 'co-id'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml for managed_node1 => (item={'resource_first': {'id': 'd3', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'promote'}})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml for managed_node1 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd3'}, 'options': [{'name': 'kind', 'value': 'Optional'}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml for managed_node1 => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd4'}, 'options': [{'name': 'score', 'value': -15}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml for managed_node1 => (item={'resource_first': {'id': 'd2', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'stop'}, 'id': 'co-all', 'options': [{'name': 'score', 'value': 10}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint 0] *****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml:3
Saturday 10 August 2024 02:34:26 -0400 (0:00:00.127) 0:01:46.488 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d2"
],
"delta": "0:00:00.721518",
"end": "2024-08-10 02:34:27.034238",
"rc": 0,
"start": "2024-08-10 02:34:26.312720"
}
STDERR:
Adding d1 d2 (kind: Mandatory) (Options: first-action=start then-action=start)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint co-id] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml:3
Saturday 10 August 2024 02:34:27 -0400 (0:00:01.080) 0:01:47.569 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d2",
"then",
"d3",
"id=co-id"
],
"delta": "0:00:00.711437",
"end": "2024-08-10 02:34:28.101748",
"rc": 0,
"start": "2024-08-10 02:34:27.390311"
}
STDERR:
Adding d2 d3 (kind: Mandatory) (Options: id=co-id first-action=start then-action=start)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint 2] *****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml:3
Saturday 10 August 2024 02:34:28 -0400 (0:00:01.065) 0:01:48.635 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"demote",
"d3",
"then",
"promote",
"d4"
],
"delta": "0:00:00.717602",
"end": "2024-08-10 02:34:29.176645",
"rc": 0,
"start": "2024-08-10 02:34:28.459043"
}
STDERR:
Adding d3 d4 (kind: Mandatory) (Options: first-action=demote then-action=promote)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint 3] *****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml:3
Saturday 10 August 2024 02:34:29 -0400 (0:00:01.076) 0:01:49.711 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d3",
"kind=Optional",
"symmetrical=false",
"require-all=false"
],
"delta": "0:00:00.707548",
"end": "2024-08-10 02:34:30.250640",
"rc": 0,
"start": "2024-08-10 02:34:29.543092"
}
STDERR:
Adding d1 d3 (kind: Optional) (Options: require-all=false first-action=start then-action=start symmetrical=false)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint 4] *****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml:3
Saturday 10 August 2024 02:34:30 -0400 (0:00:01.070) 0:01:50.782 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"d1",
"then",
"d4",
"score=-15"
],
"delta": "0:00:00.835659",
"end": "2024-08-10 02:34:31.448236",
"rc": 0,
"start": "2024-08-10 02:34:30.612577"
}
STDERR:
Deprecation Warning: option 'score' is deprecated and might be removed in a future release, therefore it should not be used
Adding d1 d4 (score: -15) (Options: first-action=start then-action=start)
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint co-all] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml:3
Saturday 10 August 2024 02:34:31 -0400 (0:00:01.199) 0:01:51.981 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"demote",
"d2",
"then",
"stop",
"d4",
"id=co-all",
"score=10",
"symmetrical=false",
"require-all=false"
],
"delta": "0:00:00.702315",
"end": "2024-08-10 02:34:32.510084",
"rc": 0,
"start": "2024-08-10 02:34:31.807769"
}
STDERR:
Deprecation Warning: option 'score' is deprecated and might be removed in a future release, therefore it should not be used
Adding d2 d4 (score: 10) (Options: id=co-all require-all=false first-action=demote then-action=stop symmetrical=false)
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:208
Saturday 10 August 2024 02:34:32 -0400 (0:00:01.059) 0:01:53.041 *******
skipping: [managed_node1] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd2'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d2"
}
},
"constraint_index": 0,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_first': {'id': 'd2'}, 'resource_then': {'id': 'd3'}, 'id': 'co-id'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-id",
"resource_first": {
"id": "d2"
},
"resource_then": {
"id": "d3"
}
},
"constraint_index": 1,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_first': {'id': 'd3', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'promote'}}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_first": {
"action": "demote",
"id": "d3"
},
"resource_then": {
"action": "promote",
"id": "d4"
}
},
"constraint_index": 2,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd3'}, 'options': [{'name': 'kind', 'value': 'Optional'}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "kind",
"value": "Optional"
},
{
"name": "symmetrical",
"value": "false"
},
{
"name": "require-all",
"value": "false"
}
],
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d3"
}
},
"constraint_index": 3,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_first': {'id': 'd1'}, 'resource_then': {'id': 'd4'}, 'options': [{'name': 'score', 'value': -15}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "score",
"value": -15
}
],
"resource_first": {
"id": "d1"
},
"resource_then": {
"id": "d4"
}
},
"constraint_index": 4,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_first': {'id': 'd2', 'action': 'demote'}, 'resource_then': {'id': 'd4', 'action': 'stop'}, 'id': 'co-all', 'options': [{'name': 'score', 'value': 10}, {'name': 'symmetrical', 'value': 'false'}, {'name': 'require-all', 'value': 'false'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "co-all",
"options": [
{
"name": "score",
"value": 10
},
{
"name": "symmetrical",
"value": "false"
},
{
"name": "require-all",
"value": "false"
}
],
"resource_first": {
"action": "demote",
"id": "d2"
},
"resource_then": {
"action": "stop",
"id": "d4"
}
},
"constraint_index": 5,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml for managed_node1 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml for managed_node1 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2'], 'options': [{'name': 'action', 'value': 'promote'}]}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'co-set', 'options': [{'name': 'symmetrical', 'value': 'false'}, {'name': 'kind', 'value': 'Serialize'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint '6'] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml:3
Saturday 10 August 2024 02:34:32 -0400 (0:00:00.120) 0:01:53.161 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"set",
"d1",
"d2"
],
"delta": "0:00:00.678329",
"end": "2024-08-10 02:34:33.672072",
"rc": 0,
"start": "2024-08-10 02:34:32.993743"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure order constraint 'co-set'] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml:3
Saturday 10 August 2024 02:34:33 -0400 (0:00:01.044) 0:01:54.205 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"order",
"set",
"d1",
"d2",
"action=promote",
"set",
"d3",
"d4",
"sequential=false",
"require-all=true",
"setoptions",
"id=co-set",
"symmetrical=false",
"kind=Serialize"
],
"delta": "0:00:00.710297",
"end": "2024-08-10 02:34:34.749136",
"rc": 0,
"start": "2024-08-10 02:34:34.038839"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:218
Saturday 10 August 2024 02:34:34 -0400 (0:00:01.076) 0:01:55.282 *******
skipping: [managed_node1] => (item={'resource_sets': [{'resource_ids': ['d1']}], 'ticket': 'ticket-set1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource_sets": [
{
"resource_ids": [
"d1"
]
}
],
"ticket": "ticket-set1"
},
"constraint_index": 5,
"false_condition": "not constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'ct-set', 'ticket': 'ticket-set1', 'options': [{'name': 'loss-policy', 'value': 'fence'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-set",
"options": [
{
"name": "loss-policy",
"value": "fence"
}
],
"resource_sets": [
{
"resource_ids": [
"d1",
"d2"
]
},
{
"options": [
{
"name": "sequential",
"value": "false"
},
{
"name": "require-all",
"value": "true"
}
],
"resource_ids": [
"d3",
"d4"
]
}
],
"ticket": "ticket-set1"
},
"constraint_index": 6,
"false_condition": "not constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml for managed_node1 => (item={'resource': {'id': 'd1'}, 'ticket': 'ticket1'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml for managed_node1 => (item={'resource': {'id': 'd1'}, 'id': 'ct-id', 'ticket': 'ticket2'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml for managed_node1 => (item={'resource': {'id': 'd2', 'role': 'Promoted'}, 'ticket': 'ticket1'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml for managed_node1 => (item={'resource': {'id': 'd2'}, 'ticket': 'ticket2', 'options': [{'name': 'loss-policy', 'value': 'stop'}]})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml for managed_node1 => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'id': 'ct-all', 'ticket': 'ticket3', 'options': [{'name': 'loss-policy', 'value': 'demote'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint 0] ****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml:3
Saturday 10 August 2024 02:34:34 -0400 (0:00:00.121) 0:01:55.403 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket1",
"d1"
],
"delta": "0:00:00.700943",
"end": "2024-08-10 02:34:35.932147",
"rc": 0,
"start": "2024-08-10 02:34:35.231204"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint ct-id] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml:3
Saturday 10 August 2024 02:34:36 -0400 (0:00:01.102) 0:01:56.505 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket2",
"d1",
"id=ct-id"
],
"delta": "0:00:00.689921",
"end": "2024-08-10 02:34:37.022132",
"rc": 0,
"start": "2024-08-10 02:34:36.332211"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint 2] ****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml:3
Saturday 10 August 2024 02:34:37 -0400 (0:00:01.049) 0:01:57.554 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket1",
"promoted",
"d2"
],
"delta": "0:00:00.689888",
"end": "2024-08-10 02:34:38.071152",
"rc": 0,
"start": "2024-08-10 02:34:37.381264"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint 3] ****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml:3
Saturday 10 August 2024 02:34:38 -0400 (0:00:01.051) 0:01:58.606 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket2",
"d2",
"loss-policy=stop"
],
"delta": "0:00:00.680265",
"end": "2024-08-10 02:34:39.112484",
"rc": 0,
"start": "2024-08-10 02:34:38.432219"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint ct-all] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml:3
Saturday 10 August 2024 02:34:39 -0400 (0:00:01.039) 0:01:59.646 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"add",
"ticket3",
"unpromoted",
"d3",
"id=ct-all",
"loss-policy=demote"
],
"delta": "0:00:00.688097",
"end": "2024-08-10 02:34:40.156606",
"rc": 0,
"start": "2024-08-10 02:34:39.468509"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:226
Saturday 10 August 2024 02:34:40 -0400 (0:00:01.041) 0:02:00.687 *******
skipping: [managed_node1] => (item={'resource': {'id': 'd1'}, 'ticket': 'ticket1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource": {
"id": "d1"
},
"ticket": "ticket1"
},
"constraint_index": 0,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource': {'id': 'd1'}, 'id': 'ct-id', 'ticket': 'ticket2'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-id",
"resource": {
"id": "d1"
},
"ticket": "ticket2"
},
"constraint_index": 1,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource': {'id': 'd2', 'role': 'Promoted'}, 'ticket': 'ticket1'}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"resource": {
"id": "d2",
"role": "Promoted"
},
"ticket": "ticket1"
},
"constraint_index": 2,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource': {'id': 'd2'}, 'ticket': 'ticket2', 'options': [{'name': 'loss-policy', 'value': 'stop'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"options": [
{
"name": "loss-policy",
"value": "stop"
}
],
"resource": {
"id": "d2"
},
"ticket": "ticket2"
},
"constraint_index": 3,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item={'resource': {'id': 'd3', 'role': 'Unpromoted'}, 'id': 'ct-all', 'ticket': 'ticket3', 'options': [{'name': 'loss-policy', 'value': 'demote'}]}) => {
"ansible_index_var": "constraint_index",
"ansible_loop_var": "constraint",
"changed": false,
"constraint": {
"id": "ct-all",
"options": [
{
"name": "loss-policy",
"value": "demote"
}
],
"resource": {
"id": "d3",
"role": "Unpromoted"
},
"ticket": "ticket3"
},
"constraint_index": 4,
"false_condition": "constraint.resource_sets | d()",
"skip_reason": "Conditional result was False"
}
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml for managed_node1 => (item={'resource_sets': [{'resource_ids': ['d1']}], 'ticket': 'ticket-set1'})
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml for managed_node1 => (item={'resource_sets': [{'resource_ids': ['d1', 'd2']}, {'resource_ids': ['d3', 'd4'], 'options': [{'name': 'sequential', 'value': 'false'}, {'name': 'require-all', 'value': 'true'}]}], 'id': 'ct-set', 'ticket': 'ticket-set1', 'options': [{'name': 'loss-policy', 'value': 'fence'}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint '5'] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml:3
Saturday 10 August 2024 02:34:40 -0400 (0:00:00.119) 0:02:00.806 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"set",
"d1",
"setoptions",
"ticket=ticket-set1"
],
"delta": "0:00:00.695717",
"end": "2024-08-10 02:34:41.332094",
"rc": 0,
"start": "2024-08-10 02:34:40.636377"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ticket constraint 'ct-set'] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-set.yml:3
Saturday 10 August 2024 02:34:41 -0400 (0:00:01.057) 0:02:01.864 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"--",
"constraint",
"ticket",
"set",
"d1",
"d2",
"set",
"d3",
"d4",
"sequential=false",
"require-all=true",
"setoptions",
"ticket=ticket-set1",
"id=ct-set",
"loss-policy=fence"
],
"delta": "0:00:00.699724",
"end": "2024-08-10 02:34:42.400714",
"rc": 0,
"start": "2024-08-10 02:34:41.700990"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure acls] *******************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:236
Saturday 10 August 2024 02:34:42 -0400 (0:00:01.069) 0:02:02.933 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-acls.yml:3
Saturday 10 August 2024 02:34:42 -0400 (0:00:00.087) 0:02:03.021 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-acls.yml:28
Saturday 10 August 2024 02:34:42 -0400 (0:00:00.028) 0:02:03.049 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-acls.yml:44
Saturday 10 August 2024 02:34:42 -0400 (0:00:00.026) 0:02:03.076 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:241
Saturday 10 August 2024 02:34:42 -0400 (0:00:00.027) 0:02:03.103 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:249
Saturday 10 August 2024 02:34:42 -0400 (0:00:00.025) 0:02:03.129 *******
changed: [managed_node1] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.4at1r818_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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:257
Saturday 10 August 2024 02:34:43 -0400 (0:00:00.351) 0:02:03.480 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.f9o_rnsp_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml"
],
"delta": "0:00:00.009159",
"end": "2024-08-10 02:34:43.311095",
"failed_when_result": false,
"rc": 1,
"start": "2024-08-10 02:34:43.301936"
}
STDOUT:
MSG:
non-zero return code
TASK [fedora.linux_system_roles.ha_cluster : Write CIB diff to its tempfile] ***
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:270
Saturday 10 August 2024 02:34:43 -0400 (0:00:00.363) 0:02:03.844 *******
changed: [managed_node1] => {
"changed": true,
"checksum": "f905df7c53dcfc05896b89daf3be1de2d257ceea",
"dest": "/tmp/ansible.4at1r818_ha_cluster_cib_diff",
"gid": 0,
"group": "root",
"md5sum": "53207b2c8389d96b507dec733da3734a",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 17434,
"src": "/root/.ansible/tmp/ansible-tmp-1723271683.419317-9704-12733145562449/.source.4at1r818_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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:281
Saturday 10 August 2024 02:34:44 -0400 (0:00:00.653) 0:02:04.497 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"cibadmin",
"--verbose",
"--patch",
"--xml-file",
"/tmp/ansible.4at1r818_ha_cluster_cib_diff"
],
"delta": "0:00:00.018394",
"end": "2024-08-10 02:34:44.335011",
"rc": 0,
"start": "2024-08-10 02:34:44.316617"
}
TASK [fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles] *************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:290
Saturday 10 August 2024 02:34:44 -0400 (0:00:00.456) 0:02:04.954 *******
changed: [managed_node1] => (item={'changed': True, 'path': '/tmp/ansible.q5xgf1y9_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.q5xgf1y9_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.q5xgf1y9_ha_cluster_cib_xml",
"state": "absent"
}
changed: [managed_node1] => (item={'changed': True, 'path': '/tmp/ansible.f9o_rnsp_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.f9o_rnsp_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.f9o_rnsp_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [managed_node1] => (item={'changed': True, 'path': '/tmp/ansible.4at1r818_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.4at1r818_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.4at1r818_ha_cluster_cib_diff",
"state": "absent"
}
TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] *****
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:87
Saturday 10 August 2024 02:34:45 -0400 (0:00:01.012) 0:02:05.966 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:90
Saturday 10 August 2024 02:34:45 -0400 (0:00:00.026) 0:02:05.993 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:95
Saturday 10 August 2024 02:34:45 -0400 (0:00:00.025) 0:02:06.019 *******
included: /tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:3
Saturday 10 August 2024 02:34:45 -0400 (0:00:00.042) 0:02:06.062 *******
changed: [managed_node1] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"--",
"qdevice",
"destroy",
"net"
],
"delta": "0:00:01.232579",
"end": "2024-08-10 02:34:47.109994",
"rc": 0,
"start": "2024-08-10 02:34:45.877415"
}
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:16
Saturday 10 August 2024 02:34:47 -0400 (0:00:01.577) 0:02:07.640 *******
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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:26
Saturday 10 August 2024 02:34:47 -0400 (0:00:00.028) 0:02:07.669 *******
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-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:412
Saturday 10 August 2024 02:34:47 -0400 (0:00:00.041) 0:02:07.710 *******
included: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml for managed_node1
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:3
Saturday 10 August 2024 02:34:47 -0400 (0:00:00.053) 0:02:07.764 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.625764",
"end": "2024-08-10 02:34:48.209732",
"rc": 0,
"start": "2024-08-10 02:34:47.583968"
}
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-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:9
Saturday 10 August 2024 02:34:48 -0400 (0:00:00.975) 0:02:08.740 *******
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-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:13
Saturday 10 August 2024 02:34:48 -0400 (0:00:00.033) 0:02:08.773 *******
ok: [managed_node1] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.el10.1",
"source": "rpm",
"version": "1.48.4"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.el10.1",
"source": "rpm",
"version": "1.48.4"
}
],
"NetworkManager-tui": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-tui",
"release": "1.el10.1",
"source": "rpm",
"version": "1.48.4"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "4.el10",
"source": "rpm",
"version": "1.26"
}
],
"amd-gpu-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "amd-gpu-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"amd-ucode-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "amd-ucode-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"atheros-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "atheros-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"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": "45.el10",
"source": "rpm",
"version": "2.41"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "45.el10",
"source": "rpm",
"version": "2.41"
}
],
"brcmfmac-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "brcmfmac-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"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": "7.el10",
"source": "rpm",
"version": "2023.2.62_v7.0.401"
}
],
"centos-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-gpg-keys",
"release": "0.14.el10",
"source": "rpm",
"version": "10.0"
}
],
"centos-stream-release": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-release",
"release": "0.14.el10",
"source": "rpm",
"version": "10.0"
}
],
"centos-stream-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-repos",
"release": "0.14.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": "5.el10",
"source": "rpm",
"version": "4.5"
}
],
"cirrus-audio-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "cirrus-audio-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "14.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.git3de485c.el10",
"source": "rpm",
"version": "20240725"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git3de485c.el10",
"source": "rpm",
"version": "20240725"
}
],
"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": "8.el10",
"source": "rpm",
"version": "8.6.0"
}
],
"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": "1.el10",
"source": "rpm",
"version": "4.1"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": 10,
"name": "device-mapper",
"release": "2.el10",
"source": "rpm",
"version": "1.02.197"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": 10,
"name": "device-mapper-event",
"release": "2.el10",
"source": "rpm",
"version": "1.02.197"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": 10,
"name": "device-mapper-event-libs",
"release": "2.el10",
"source": "rpm",
"version": "1.02.197"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": 10,
"name": "device-mapper-libs",
"release": "2.el10",
"source": "rpm",
"version": "1.02.197"
}
],
"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": "5.el10",
"source": "rpm",
"version": "4.20.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "5.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": "2.el10",
"source": "rpm",
"version": "101"
}
],
"dracut-config-rescue": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-rescue",
"release": "2.el10",
"source": "rpm",
"version": "101"
}
],
"dracut-network": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-network",
"release": "2.el10",
"source": "rpm",
"version": "101"
}
],
"dracut-squash": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-squash",
"release": "2.el10",
"source": "rpm",
"version": "101"
}
],
"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": "9.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": "16.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"
}
],
"gdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gdisk",
"release": "10.el10",
"source": "rpm",
"version": "1.0.9"
}
],
"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": "17.el10",
"source": "rpm",
"version": "2.39"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "17.el10",
"source": "rpm",
"version": "2.39"
}
],
"glibc-gconv-extra": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-gconv-extra",
"release": "17.el10",
"source": "rpm",
"version": "2.39"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "17.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": "6.el10",
"source": "rpm",
"version": "3.8.6"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "6.el10",
"source": "rpm",
"version": "3.8.6"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "6.el10",
"source": "rpm",
"version": "3.8.6"
}
],
"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": "2.el10",
"source": "rpm",
"version": "20240401"
}
],
"google-noto-sans-mono-vf-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "google-noto-sans-mono-vf-fonts",
"release": "2.el10",
"source": "rpm",
"version": "20240401"
}
],
"google-noto-sans-vf-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "google-noto-sans-vf-fonts",
"release": "2.el10",
"source": "rpm",
"version": "20240401"
}
],
"google-noto-serif-vf-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "google-noto-serif-vf-fonts",
"release": "2.el10",
"source": "rpm",
"version": "20240401"
}
],
"gpgme": [
{
"arch": "x86_64",
"epoch": null,
"name": "gpgme",
"release": "4.el10",
"source": "rpm",
"version": "1.23.2"
}
],
"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": "7.el10",
"source": "rpm",
"version": "1.23.0"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "120.el10",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "120.el10",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "120.el10",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "120.el10",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "120.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": "4.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.0.el10.1",
"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.25"
}
],
"initscripts-service": [
{
"arch": "noarch",
"epoch": null,
"name": "initscripts-service",
"release": "1.el10",
"source": "rpm",
"version": "10.25"
}
],
"intel-audio-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "intel-audio-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"intel-gpu-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "intel-gpu-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"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": "6.el10",
"source": "rpm",
"version": "20240117"
}
],
"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": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"iwlwifi-mvm-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwlwifi-mvm-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"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": "4.el10",
"source": "rpm",
"version": "2.6.4"
}
],
"kbd-legacy": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-legacy",
"release": "4.el10",
"source": "rpm",
"version": "2.6.4"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "4.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": "15.el10",
"source": "rpm",
"version": "6.10.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "15.el10",
"source": "rpm",
"version": "6.10.0"
}
],
"kernel-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-modules",
"release": "15.el10",
"source": "rpm",
"version": "6.10.0"
}
],
"kernel-modules-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-modules-core",
"release": "15.el10",
"source": "rpm",
"version": "6.10.0"
}
],
"kernel-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools",
"release": "15.el10",
"source": "rpm",
"version": "6.10.0"
}
],
"kernel-tools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools-libs",
"release": "15.el10",
"source": "rpm",
"version": "6.10.0"
}
],
"kexec-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kexec-tools",
"release": "15.el10",
"source": "rpm",
"version": "2.0.28"
}
],
"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": "6.el10",
"source": "rpm",
"version": "31"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "6.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": "1.el10",
"source": "rpm",
"version": "4.1"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "1.el10",
"source": "rpm",
"version": "4.1"
}
],
"langpacks-fonts-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-fonts-en",
"release": "1.el10",
"source": "rpm",
"version": "4.1"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "8.el10",
"source": "rpm",
"version": "643"
}
],
"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": "1.el10",
"source": "rpm",
"version": "1.5.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "4.el10",
"source": "rpm",
"version": "1.1.0"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "5.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": "8.el10",
"source": "rpm",
"version": "8.6.0"
}
],
"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": "14.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": "5.el10",
"source": "rpm",
"version": "14.1.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": "5.el10",
"source": "rpm",
"version": "14.1.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": "14.el10",
"source": "rpm",
"version": "1.4.0"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "14.el10",
"source": "rpm",
"version": "1.4.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": "4.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": "6.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": "0.rc4.el10.1",
"source": "rpm",
"version": "2.6.4"
}
],
"libnftnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnftnl",
"release": "6.el10",
"source": "rpm",
"version": "1.2.6"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "2.el10",
"source": "rpm",
"version": "1.61.0"
}
],
"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": "5.el10",
"source": "rpm",
"version": "0.21.2"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "1.el10",
"source": "rpm",
"version": "3.7"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "1.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": "6.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": "7.el10",
"source": "rpm",
"version": "0.10.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "7.el10",
"source": "rpm",
"version": "0.10.6"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "5.el10",
"source": "rpm",
"version": "14.1.1"
}
],
"libsysfs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsysfs",
"release": "12.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": "6.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": "4.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": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"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": "1.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.23"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": 10,
"name": "lvm2-libs",
"release": "2.el10",
"source": "rpm",
"version": "2.03.23"
}
],
"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": "20240531"
}
],
"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": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"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": "12.el10",
"source": "rpm",
"version": "5.9.4"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "12.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": "0.rc4.el10.1",
"source": "rpm",
"version": "2.6.4"
}
],
"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": "27.el10",
"source": "rpm",
"version": "4.35.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "6.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "6.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "6.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "6.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-tools",
"release": "6.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "6.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": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"nxpwireless-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "nxpwireless-firmware",
"release": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"oniguruma": [
{
"arch": "x86_64",
"epoch": null,
"name": "oniguruma",
"release": "5.el10",
"source": "rpm",
"version": "6.9.9"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "4.el10",
"source": "rpm",
"version": "2.6.7"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "2.el10.0",
"source": "rpm",
"version": "9.8p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "2.el10.0",
"source": "rpm",
"version": "9.8p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "2.el10.0",
"source": "rpm",
"version": "9.8p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "7.el10",
"source": "rpm",
"version": "3.2.2"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "7.el10",
"source": "rpm",
"version": "3.2.2"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "6.el10",
"source": "rpm",
"version": "2.7.2"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "7.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": "2.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "2.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "2.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "2.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "2.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "3.el10",
"source": "rpm",
"version": "1.6.1"
}
],
"pam-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam-libs",
"release": "3.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": "508.el10",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "508.el10",
"source": "rpm",
"version": "1.88"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "503.el10",
"source": "rpm",
"version": "1.54"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "508.el10",
"source": "rpm",
"version": "0.68"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "504.el10",
"source": "rpm",
"version": "2.189"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "503.el10",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "4.el10",
"source": "rpm",
"version": "2.59"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "508.el10",
"source": "rpm",
"version": "1.54"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "505.el10",
"source": "rpm",
"version": "3.21"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "508.el10",
"source": "rpm",
"version": "1.37"
}
],
"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": "4.el10",
"source": "rpm",
"version": "5.78"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "508.el10",
"source": "rpm",
"version": "1.15"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "508.el10",
"source": "rpm",
"version": "2.86"
}
],
"perl-File-Find": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Find",
"release": "508.el10",
"source": "rpm",
"version": "1.43"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "504.el10",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "504.el10",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "508.el10",
"source": "rpm",
"version": "1.13"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "508.el10",
"source": "rpm",
"version": "2.05"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "1.el10",
"source": "rpm",
"version": "2.58"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "508.el10",
"source": "rpm",
"version": "1.13"
}
],
"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": "6.el10",
"source": "rpm",
"version": "0.088"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "508.el10",
"source": "rpm",
"version": "1.52"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "3.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": "508.el10",
"source": "rpm",
"version": "1.22"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "504.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": "508.el10",
"source": "rpm",
"version": "1.16"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "5.el10",
"source": "rpm",
"version": "1.94"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "508.el10",
"source": "rpm",
"version": "2.13"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "503.el10",
"source": "rpm",
"version": "3.91"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "504.el10",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "505.el10",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "7.el10",
"source": "rpm",
"version": "3.45"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "505.el10",
"source": "rpm",
"version": "2.03"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 5,
"name": "perl-Scalar-List-Utils",
"release": "504.el10",
"source": "rpm",
"version": "1.63"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "508.el10",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "1.el10",
"source": "rpm",
"version": "2.038"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "503.el10",
"source": "rpm",
"version": "3.32"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "508.el10",
"source": "rpm",
"version": "1.09"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "505.el10",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "504.el10",
"source": "rpm",
"version": "1.18"
}
],
"perl-TermReadKey": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-TermReadKey",
"release": "22.el10",
"source": "rpm",
"version": "2.38"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "503.el10",
"source": "rpm",
"version": "3.31"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "1.el10",
"source": "rpm",
"version": "2024.001"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "6.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": "508.el10",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "504.el10",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "508.el10",
"source": "rpm",
"version": "0.61.000"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "508.el10",
"source": "rpm",
"version": "5.38.2"
}
],
"perl-lib": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-lib",
"release": "508.el10",
"source": "rpm",
"version": "0.65"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "505.el10",
"source": "rpm",
"version": "3.15"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "508.el10",
"source": "rpm",
"version": "5.38.2"
}
],
"perl-locale": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-locale",
"release": "508.el10",
"source": "rpm",
"version": "1.10"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "508.el10",
"source": "rpm",
"version": "1.28"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "508.el10",
"source": "rpm",
"version": "1.37"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "508.el10",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "504.el10",
"source": "rpm",
"version": "0.241"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "503.el10",
"source": "rpm",
"version": "5.01"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "508.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": "1.el10",
"source": "rpm",
"version": "3.7"
}
],
"policycoreutils-python-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "policycoreutils-python-utils",
"release": "1.el10",
"source": "rpm",
"version": "3.7"
}
],
"polkit": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit",
"release": "3.el10",
"source": "rpm",
"version": "124"
}
],
"polkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-libs",
"release": "3.el10",
"source": "rpm",
"version": "124"
}
],
"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": "4.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": "4.el10",
"source": "rpm",
"version": "3.12.4"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "4.el10",
"source": "rpm",
"version": "3.12.4"
}
],
"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": "2.el10",
"source": "rpm",
"version": "41.0.7"
}
],
"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": "5.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": "4.el10",
"source": "rpm",
"version": "3.12.4"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "1.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-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": "1.el10",
"source": "rpm",
"version": "3.7"
}
],
"python3-psutil": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-psutil",
"release": "3.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": "2.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": "6.el10",
"source": "rpm",
"version": "9.0.0"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "6.el10",
"source": "rpm",
"version": "4.09"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "6.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": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"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": "0.el10",
"source": "rpm",
"version": "1.2.7"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "2.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "2.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "2.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-plugin-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-audit",
"release": "2.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "2.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "2.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": "2.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "4.el10",
"source": "rpm",
"version": "3.3.0"
}
],
"rsyslog": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsyslog",
"release": "2.el10",
"source": "rpm",
"version": "8.2312.0"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "6.el10",
"source": "rpm",
"version": "3.3.1"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "6.el10",
"source": "rpm",
"version": "3.3.1"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "6.el10",
"source": "rpm",
"version": "3.3.1"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "6.el10",
"source": "rpm",
"version": "3.1.5"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "6.el10",
"source": "rpm",
"version": "2.5.9"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "6.el10",
"source": "rpm",
"version": "0.7.1"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "6.el10",
"source": "rpm",
"version": "2.7.1"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "6.el10",
"source": "rpm",
"version": "5.1.2"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "6.el10",
"source": "rpm",
"version": "6.6.3.1"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "6.el10",
"source": "rpm",
"version": "3.2.6"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "6.el10",
"source": "rpm",
"version": "3.5.9"
}
],
"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.6"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.el10",
"source": "rpm",
"version": "40.13.6"
}
],
"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": "5.el10",
"source": "rpm",
"version": "1.1.10"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "3.el10",
"source": "rpm",
"version": "3.45.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": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sssd-krb5-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-krb5-common",
"release": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "1.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "4.p5.el10",
"source": "rpm",
"version": "1.9.15"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "4.p5.el10",
"source": "rpm",
"version": "1.9.15"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "11.el10",
"source": "rpm",
"version": "256"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "11.el10",
"source": "rpm",
"version": "256"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "11.el10",
"source": "rpm",
"version": "256"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "11.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": "5.el10",
"source": "rpm",
"version": "20240624"
}
],
"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"
}
],
"wget2": [
{
"arch": "x86_64",
"epoch": null,
"name": "wget2",
"release": "8.el10",
"source": "rpm",
"version": "2.1.0"
}
],
"wget2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "wget2-libs",
"release": "8.el10",
"source": "rpm",
"version": "2.1.0"
}
],
"wget2-wget": [
{
"arch": "x86_64",
"epoch": null,
"name": "wget2-wget",
"release": "8.el10",
"source": "rpm",
"version": "2.1.0"
}
],
"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": "1.el10",
"source": "rpm",
"version": "5.6.2"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "xz-libs",
"release": "1.el10",
"source": "rpm",
"version": "5.6.2"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "5.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-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:16
Saturday 10 August 2024 02:34:49 -0400 (0:00:01.065) 0:02:09.838 *******
ok: [managed_node1] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "2.el10",
"source": "rpm",
"version": "2.1.8"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:20
Saturday 10 August 2024 02:34:49 -0400 (0:00:00.051) 0:02:09.890 *******
ok: [managed_node1] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.8",
"__test_pcs_version": "0.12.0~a1"
},
"changed": false
}
TASK [Discover CIB schema version] *********************************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:415
Saturday 10 August 2024 02:34:49 -0400 (0:00:00.056) 0:02:09.946 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"xmllint",
"--xpath",
"substring-after(/cib/@validate-with, \"pacemaker-\")",
"/var/lib/pacemaker/cib/cib.xml"
],
"delta": "0:00:00.003970",
"end": "2024-08-10 02:34:49.771457",
"rc": 0,
"start": "2024-08-10 02:34:49.767487"
}
STDOUT:
3.1
TASK [Discover role names] *****************************************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:424
Saturday 10 August 2024 02:34:49 -0400 (0:00:00.367) 0:02:10.313 *******
ok: [managed_node1] => {
"ansible_facts": {
"__test_new_roles_cib": false,
"__test_new_roles_pcs": true
},
"changed": false
}
TASK [Fetch location constraints configuration from the cluster] ***************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:527
Saturday 10 August 2024 02:34:49 -0400 (0:00:00.047) 0:02:10.361 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "\"pcmk.constraint.config.output-formats\" not in __test_pcs_capabilities",
"skip_reason": "Conditional result was False"
}
TASK [Print real location constraints configuration] ***************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:533
Saturday 10 August 2024 02:34:49 -0400 (0:00:00.039) 0:02:10.401 *******
skipping: [managed_node1] => {
"false_condition": "\"pcmk.constraint.config.output-formats\" not in __test_pcs_capabilities"
}
TASK [Print expected location constraints configuration] ***********************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:537
Saturday 10 August 2024 02:34:49 -0400 (0:00:00.039) 0:02:10.440 *******
skipping: [managed_node1] => {
"false_condition": "\"pcmk.constraint.config.output-formats\" not in __test_pcs_capabilities"
}
TASK [Check location constraints configuration] ********************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:541
Saturday 10 August 2024 02:34:50 -0400 (0:00:00.039) 0:02:10.480 *******
skipping: [managed_node1] => {
"changed": false,
"false_condition": "\"pcmk.constraint.config.output-formats\" not in __test_pcs_capabilities",
"skip_reason": "Conditional result was False"
}
TASK [Fetch location constraints configuration from the cluster] ***************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:1509
Saturday 10 August 2024 02:34:50 -0400 (0:00:00.039) 0:02:10.519 *******
ok: [managed_node1] => {
"changed": false,
"cmd": [
"pcs",
"--output-format=json",
"--",
"constraint",
"location"
],
"delta": "0:00:00.824439",
"end": "2024-08-10 02:34:51.162142",
"rc": 0,
"start": "2024-08-10 02:34:50.337703"
}
STDOUT:
{
"location": [
{
"resource_id": "d1",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "location-d1-node1-INFINITY",
"score": "INFINITY",
"node": "node1",
"rules": [],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "location-dd-node1-INFINITY",
"score": "INFINITY",
"node": "node1",
"rules": [],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": "d1",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "location-d1-node2--123",
"score": "-123",
"node": "node2",
"rules": [],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "location-dd-node2-23",
"score": "23",
"node": "node2",
"rules": [],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": "d2",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "cl1",
"score": "INFINITY",
"node": "node1",
"rules": [],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "cl2",
"score": "INFINITY",
"node": "node3",
"rules": [],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": "d2",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "cl3",
"score": "INFINITY",
"node": "node2",
"rules": [],
"lifetime": [],
"resource_discovery": "exclusive"
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "cl4",
"score": "INFINITY",
"node": "node4",
"rules": [],
"lifetime": [],
"resource_discovery": "exclusive"
}
},
{
"resource_id": "d2",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "cl5",
"score": "-INFINITY",
"node": "node3",
"rules": [],
"lifetime": [],
"resource_discovery": "never"
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "cl6",
"score": "-32",
"node": "node5",
"rules": [],
"lifetime": [],
"resource_discovery": "never"
}
},
{
"resource_id": "d3",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "location-d3",
"score": null,
"node": null,
"rules": [
{
"id": "location-d3-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-d3-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "1"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 1"
}
],
"as_string": "rule eq 1"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "location-dd",
"score": null,
"node": null,
"rules": [
{
"id": "location-dd-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-dd-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "1"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 1"
}
],
"as_string": "rule eq 1"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": "d3",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "cl7",
"score": null,
"node": null,
"rules": [
{
"id": "cl7-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "cl7-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "2"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 2"
},
{
"id": "cl7-rule-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "cl7-rule-rule-expr",
"type": "DATE_EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"operation": "gt",
"start": "2000-01-01"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "date gt 2000-01-01"
},
{
"id": "cl7-rule-rule-expr-1",
"type": "DATE_EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"operation": "date_spec"
},
"date_spec": {
"id": "cl7-rule-rule-expr-1-datespec",
"options": {
"weekdays": "1"
}
},
"duration": null,
"expressions": [],
"as_string": "date-spec weekdays=1"
}
],
"as_string": "date gt 2000-01-01 or date-spec weekdays=1"
}
],
"as_string": "rule eq 2 and (date gt 2000-01-01 or date-spec weekdays=1)"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "cl8",
"score": null,
"node": null,
"rules": [
{
"id": "cl8-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "cl8-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "2"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 2"
},
{
"id": "cl8-rule-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "cl8-rule-rule-expr",
"type": "DATE_EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"operation": "gt",
"start": "2000-01-01"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "date gt 2000-01-01"
},
{
"id": "cl8-rule-rule-expr-1",
"type": "DATE_EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"operation": "date_spec"
},
"date_spec": {
"id": "cl8-rule-rule-expr-1-datespec",
"options": {
"weekdays": "1"
}
},
"duration": null,
"expressions": [],
"as_string": "date-spec weekdays=1"
}
],
"as_string": "date gt 2000-01-01 or date-spec weekdays=1"
}
],
"as_string": "rule eq 2 and (date gt 2000-01-01 or date-spec weekdays=1)"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": "d3",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "location-d3-1",
"score": null,
"node": null,
"rules": [
{
"id": "location-d3-1-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"role": "Promoted",
"score": "INFINITY"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-d3-1-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "3"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 3"
},
{
"id": "location-d3-1-rule-expr-1",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "#uname",
"operation": "eq",
"value": "node2"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "#uname eq node2"
}
],
"as_string": "rule eq 3 or #uname eq node2"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "location-dd-1",
"score": null,
"node": null,
"rules": [
{
"id": "location-dd-1-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"role": "Promoted",
"score": "INFINITY"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-dd-1-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "3"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 3"
},
{
"id": "location-dd-1-rule-expr-1",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "#uname",
"operation": "eq",
"value": "node2"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "#uname eq node2"
}
],
"as_string": "rule eq 3 or #uname eq node2"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": "d3",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "location-d3-2",
"score": null,
"node": null,
"rules": [
{
"id": "location-d3-2-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "-47"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-d3-2-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "4"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 4"
},
{
"id": "location-d3-2-rule-expr-1",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "gt",
"value": "-10"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "value gt -10"
}
],
"as_string": "rule eq 4 and value gt -10"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "location-dd-2",
"score": null,
"node": null,
"rules": [
{
"id": "location-dd-2-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "-47"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-dd-2-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "4"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 4"
},
{
"id": "location-dd-2-rule-expr-1",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "gt",
"value": "-10"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "value gt -10"
}
],
"as_string": "rule eq 4 and value gt -10"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": "d3",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "location-d3-3",
"score": null,
"node": null,
"rules": [
{
"id": "location-d3-3-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score-attribute": "myscore"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-d3-3-rule-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-d3-3-rule-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "5"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 5"
},
{
"id": "location-d3-3-rule-rule-expr-1",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "ne",
"value": "interesting;string&",
"type": "string"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "value ne string interesting;string&"
}
],
"as_string": "rule eq 5 or value ne string interesting;string&"
},
{
"id": "location-d3-3-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "x",
"operation": "gt",
"value": "0"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "x gt 0"
}
],
"as_string": "(rule eq 5 or value ne string interesting;string&) and x gt 0"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "location-dd-3",
"score": null,
"node": null,
"rules": [
{
"id": "location-dd-3-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score-attribute": "myscore"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-dd-3-rule-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-dd-3-rule-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "5"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 5"
},
{
"id": "location-dd-3-rule-rule-expr-1",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "ne",
"value": "interesting;string&",
"type": "string"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "value ne string interesting;string&"
}
],
"as_string": "rule eq 5 or value ne string interesting;string&"
},
{
"id": "location-dd-3-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "x",
"operation": "gt",
"value": "0"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "x gt 0"
}
],
"as_string": "(rule eq 5 or value ne string interesting;string&) and x gt 0"
}
],
"lifetime": [],
"resource_discovery": null
}
},
{
"resource_id": "d3",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "location-d3-4",
"score": null,
"node": null,
"rules": [
{
"id": "location-d3-4-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-d3-4-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "6"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 6"
}
],
"as_string": "rule eq 6"
}
],
"lifetime": [],
"resource_discovery": "always"
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "location-dd-4",
"score": null,
"node": null,
"rules": [
{
"id": "location-dd-4-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "location-dd-4-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "6"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 6"
}
],
"as_string": "rule eq 6"
}
],
"lifetime": [],
"resource_discovery": "always"
}
},
{
"resource_id": "d3",
"resource_pattern": null,
"role": null,
"attributes": {
"constraint_id": "cl9",
"score": null,
"node": null,
"rules": [
{
"id": "cl9-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"role": "Unpromoted",
"score": "-47"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "cl9-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "7"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 7"
}
],
"as_string": "rule eq 7"
}
],
"lifetime": [],
"resource_discovery": "always"
}
},
{
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null,
"attributes": {
"constraint_id": "cl10",
"score": null,
"node": null,
"rules": [
{
"id": "cl10-rule",
"type": "RULE",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"role": "Unpromoted",
"score": "-47"
},
"date_spec": null,
"duration": null,
"expressions": [
{
"id": "cl10-rule-expr",
"type": "EXPRESSION",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "7"
},
"date_spec": null,
"duration": null,
"expressions": [],
"as_string": "rule eq 7"
}
],
"as_string": "rule eq 7"
}
],
"lifetime": [],
"resource_discovery": "always"
}
}
],
"location_set": [],
"colocation": [],
"colocation_set": [],
"order": [],
"order_set": [],
"ticket": [],
"ticket_set": []
}
TASK [Print real location constraints configuration] ***************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:1515
Saturday 10 August 2024 02:34:51 -0400 (0:00:01.191) 0:02:11.711 *******
ok: [managed_node1] => {
"__test_pcs_location_config.stdout | from_json": {
"colocation": [],
"colocation_set": [],
"location": [
{
"attributes": {
"constraint_id": "location-d1-node1-INFINITY",
"lifetime": [],
"node": "node1",
"resource_discovery": null,
"rules": [],
"score": "INFINITY"
},
"resource_id": "d1",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-node1-INFINITY",
"lifetime": [],
"node": "node1",
"resource_discovery": null,
"rules": [],
"score": "INFINITY"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d1-node2--123",
"lifetime": [],
"node": "node2",
"resource_discovery": null,
"rules": [],
"score": "-123"
},
"resource_id": "d1",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-node2-23",
"lifetime": [],
"node": "node2",
"resource_discovery": null,
"rules": [],
"score": "23"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl1",
"lifetime": [],
"node": "node1",
"resource_discovery": null,
"rules": [],
"score": "INFINITY"
},
"resource_id": "d2",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl2",
"lifetime": [],
"node": "node3",
"resource_discovery": null,
"rules": [],
"score": "INFINITY"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl3",
"lifetime": [],
"node": "node2",
"resource_discovery": "exclusive",
"rules": [],
"score": "INFINITY"
},
"resource_id": "d2",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl4",
"lifetime": [],
"node": "node4",
"resource_discovery": "exclusive",
"rules": [],
"score": "INFINITY"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl5",
"lifetime": [],
"node": "node3",
"resource_discovery": "never",
"rules": [],
"score": "-INFINITY"
},
"resource_id": "d2",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl6",
"lifetime": [],
"node": "node5",
"resource_discovery": "never",
"rules": [],
"score": "-32"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 1",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 1",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "1"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 1",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 1",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "1"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl7",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 2 and (date gt 2000-01-01 or date-spec weekdays=1)",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 2",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl7-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "2"
},
"type": "EXPRESSION"
},
{
"as_string": "date gt 2000-01-01 or date-spec weekdays=1",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "date gt 2000-01-01",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl7-rule-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"operation": "gt",
"start": "2000-01-01"
},
"type": "DATE_EXPRESSION"
},
{
"as_string": "date-spec weekdays=1",
"date_spec": {
"id": "cl7-rule-rule-expr-1-datespec",
"options": {
"weekdays": "1"
}
},
"duration": null,
"expressions": [],
"id": "cl7-rule-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"operation": "date_spec"
},
"type": "DATE_EXPRESSION"
}
],
"id": "cl7-rule-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"type": "RULE"
}
],
"id": "cl7-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl8",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 2 and (date gt 2000-01-01 or date-spec weekdays=1)",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 2",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl8-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "2"
},
"type": "EXPRESSION"
},
{
"as_string": "date gt 2000-01-01 or date-spec weekdays=1",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "date gt 2000-01-01",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl8-rule-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"operation": "gt",
"start": "2000-01-01"
},
"type": "DATE_EXPRESSION"
},
{
"as_string": "date-spec weekdays=1",
"date_spec": {
"id": "cl8-rule-rule-expr-1-datespec",
"options": {
"weekdays": "1"
}
},
"duration": null,
"expressions": [],
"id": "cl8-rule-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"operation": "date_spec"
},
"type": "DATE_EXPRESSION"
}
],
"id": "cl8-rule-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"type": "RULE"
}
],
"id": "cl8-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3-1",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 3 or #uname eq node2",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 3",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-1-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "3"
},
"type": "EXPRESSION"
},
{
"as_string": "#uname eq node2",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-1-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "#uname",
"operation": "eq",
"value": "node2"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-1-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"role": "Promoted",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-1",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 3 or #uname eq node2",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 3",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-1-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "3"
},
"type": "EXPRESSION"
},
{
"as_string": "#uname eq node2",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-1-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "#uname",
"operation": "eq",
"value": "node2"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-1-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"role": "Promoted",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3-2",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 4 and value gt -10",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 4",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-2-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "4"
},
"type": "EXPRESSION"
},
{
"as_string": "value gt -10",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-2-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "gt",
"value": "-10"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-2-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "-47"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-2",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 4 and value gt -10",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 4",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-2-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "4"
},
"type": "EXPRESSION"
},
{
"as_string": "value gt -10",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-2-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "gt",
"value": "-10"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-2-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "-47"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3-3",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "(rule eq 5 or value ne string interesting;string&) and x gt 0",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 5 or value ne string interesting;string&",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 5",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-3-rule-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "5"
},
"type": "EXPRESSION"
},
{
"as_string": "value ne string interesting;string&",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-3-rule-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "ne",
"type": "string",
"value": "interesting;string&"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-3-rule-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"type": "RULE"
},
{
"as_string": "x gt 0",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-3-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "x",
"operation": "gt",
"value": "0"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-3-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score-attribute": "myscore"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-3",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "(rule eq 5 or value ne string interesting;string&) and x gt 0",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 5 or value ne string interesting;string&",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 5",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-3-rule-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "5"
},
"type": "EXPRESSION"
},
{
"as_string": "value ne string interesting;string&",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-3-rule-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "ne",
"type": "string",
"value": "interesting;string&"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-3-rule-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"type": "RULE"
},
{
"as_string": "x gt 0",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-3-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "x",
"operation": "gt",
"value": "0"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-3-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score-attribute": "myscore"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3-4",
"lifetime": [],
"node": null,
"resource_discovery": "always",
"rules": [
{
"as_string": "rule eq 6",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 6",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-4-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "6"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-4-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-4",
"lifetime": [],
"node": null,
"resource_discovery": "always",
"rules": [
{
"as_string": "rule eq 6",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 6",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-4-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "6"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-4-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl9",
"lifetime": [],
"node": null,
"resource_discovery": "always",
"rules": [
{
"as_string": "rule eq 7",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 7",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl9-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "7"
},
"type": "EXPRESSION"
}
],
"id": "cl9-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"role": "Unpromoted",
"score": "-47"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl10",
"lifetime": [],
"node": null,
"resource_discovery": "always",
"rules": [
{
"as_string": "rule eq 7",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 7",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl10-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "7"
},
"type": "EXPRESSION"
}
],
"id": "cl10-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"role": "Unpromoted",
"score": "-47"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
}
],
"location_set": [],
"order": [],
"order_set": [],
"ticket": [],
"ticket_set": []
}
}
TASK [Print expected location constraints configuration] ***********************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:1519
Saturday 10 August 2024 02:34:51 -0400 (0:00:00.113) 0:02:11.824 *******
ok: [managed_node1] => {
"__test_expected_lines | from_json": {
"colocation": [],
"colocation_set": [],
"location": [
{
"attributes": {
"constraint_id": "location-d1-node1-INFINITY",
"lifetime": [],
"node": "node1",
"resource_discovery": null,
"rules": [],
"score": "INFINITY"
},
"resource_id": "d1",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-node1-INFINITY",
"lifetime": [],
"node": "node1",
"resource_discovery": null,
"rules": [],
"score": "INFINITY"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d1-node2--123",
"lifetime": [],
"node": "node2",
"resource_discovery": null,
"rules": [],
"score": "-123"
},
"resource_id": "d1",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-node2-23",
"lifetime": [],
"node": "node2",
"resource_discovery": null,
"rules": [],
"score": "23"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl1",
"lifetime": [],
"node": "node1",
"resource_discovery": null,
"rules": [],
"score": "INFINITY"
},
"resource_id": "d2",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl2",
"lifetime": [],
"node": "node3",
"resource_discovery": null,
"rules": [],
"score": "INFINITY"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl3",
"lifetime": [],
"node": "node2",
"resource_discovery": "exclusive",
"rules": [],
"score": "INFINITY"
},
"resource_id": "d2",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl4",
"lifetime": [],
"node": "node4",
"resource_discovery": "exclusive",
"rules": [],
"score": "INFINITY"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl5",
"lifetime": [],
"node": "node3",
"resource_discovery": "never",
"rules": [],
"score": "-INFINITY"
},
"resource_id": "d2",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl6",
"lifetime": [],
"node": "node5",
"resource_discovery": "never",
"rules": [],
"score": "-32"
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 1",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 1",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "1"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-rule",
"in_effect": "UNKNOWN",
"options": {
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 1",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 1",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "1"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-rule",
"in_effect": "UNKNOWN",
"options": {
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl7",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 2 and (date gt 2000-01-01 or date-spec weekdays=1)",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 2",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl7-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "2"
},
"type": "EXPRESSION"
},
{
"as_string": "date gt 2000-01-01 or date-spec weekdays=1",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "date gt 2000-01-01",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl7-rule-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"operation": "gt",
"start": "2000-01-01"
},
"type": "DATE_EXPRESSION"
},
{
"as_string": "date-spec weekdays=1",
"date_spec": {
"id": "cl7-rule-rule-expr-1-datespec",
"options": {
"weekdays": "1"
}
},
"duration": null,
"expressions": [],
"id": "cl7-rule-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"operation": "date_spec"
},
"type": "DATE_EXPRESSION"
}
],
"id": "cl7-rule-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"type": "RULE"
}
],
"id": "cl7-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl8",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 2 and (date gt 2000-01-01 or date-spec weekdays=1)",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 2",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl8-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "2"
},
"type": "EXPRESSION"
},
{
"as_string": "date gt 2000-01-01 or date-spec weekdays=1",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "date gt 2000-01-01",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl8-rule-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"operation": "gt",
"start": "2000-01-01"
},
"type": "DATE_EXPRESSION"
},
{
"as_string": "date-spec weekdays=1",
"date_spec": {
"id": "cl8-rule-rule-expr-1-datespec",
"options": {
"weekdays": "1"
}
},
"duration": null,
"expressions": [],
"id": "cl8-rule-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"operation": "date_spec"
},
"type": "DATE_EXPRESSION"
}
],
"id": "cl8-rule-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"type": "RULE"
}
],
"id": "cl8-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3-1",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 3 or #uname eq node2",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 3",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-1-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "3"
},
"type": "EXPRESSION"
},
{
"as_string": "#uname eq node2",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-1-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "#uname",
"operation": "eq",
"value": "node2"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-1-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"role": "Promoted",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-1",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 3 or #uname eq node2",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 3",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-1-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "3"
},
"type": "EXPRESSION"
},
{
"as_string": "#uname eq node2",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-1-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "#uname",
"operation": "eq",
"value": "node2"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-1-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"role": "Promoted",
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3-2",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 4 and value gt -10",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 4",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-2-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "4"
},
"type": "EXPRESSION"
},
{
"as_string": "value gt -10",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-2-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "gt",
"value": "-10"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-2-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "-47"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-2",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "rule eq 4 and value gt -10",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 4",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-2-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "4"
},
"type": "EXPRESSION"
},
{
"as_string": "value gt -10",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-2-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "gt",
"value": "-10"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-2-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score": "-47"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3-3",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "(rule eq 5 or value ne string interesting;string&) and x gt 0",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 5 or value ne string interesting;string&",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 5",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-3-rule-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "5"
},
"type": "EXPRESSION"
},
{
"as_string": "value ne string interesting;string&",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-3-rule-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "ne",
"type": "string",
"value": "interesting;string&"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-3-rule-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"type": "RULE"
},
{
"as_string": "x gt 0",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-3-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "x",
"operation": "gt",
"value": "0"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-3-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score-attribute": "myscore"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-3",
"lifetime": [],
"node": null,
"resource_discovery": null,
"rules": [
{
"as_string": "(rule eq 5 or value ne string interesting;string&) and x gt 0",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 5 or value ne string interesting;string&",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 5",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-3-rule-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "5"
},
"type": "EXPRESSION"
},
{
"as_string": "value ne string interesting;string&",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-3-rule-rule-expr-1",
"in_effect": "UNKNOWN",
"options": {
"attribute": "value",
"operation": "ne",
"type": "string",
"value": "interesting;string&"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-3-rule-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "or",
"score": "0"
},
"type": "RULE"
},
{
"as_string": "x gt 0",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-3-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "x",
"operation": "gt",
"value": "0"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-3-rule",
"in_effect": "UNKNOWN",
"options": {
"boolean-op": "and",
"score-attribute": "myscore"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "location-d3-4",
"lifetime": [],
"node": null,
"resource_discovery": "always",
"rules": [
{
"as_string": "rule eq 6",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 6",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-d3-4-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "6"
},
"type": "EXPRESSION"
}
],
"id": "location-d3-4-rule",
"in_effect": "UNKNOWN",
"options": {
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "location-dd-4",
"lifetime": [],
"node": null,
"resource_discovery": "always",
"rules": [
{
"as_string": "rule eq 6",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 6",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "location-dd-4-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "6"
},
"type": "EXPRESSION"
}
],
"id": "location-dd-4-rule",
"in_effect": "UNKNOWN",
"options": {
"score": "INFINITY"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
},
{
"attributes": {
"constraint_id": "cl9",
"lifetime": [],
"node": null,
"resource_discovery": "always",
"rules": [
{
"as_string": "rule eq 7",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 7",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl9-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "7"
},
"type": "EXPRESSION"
}
],
"id": "cl9-rule",
"in_effect": "UNKNOWN",
"options": {
"role": "Unpromoted",
"score": "-47"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": "d3",
"resource_pattern": null,
"role": null
},
{
"attributes": {
"constraint_id": "cl10",
"lifetime": [],
"node": null,
"resource_discovery": "always",
"rules": [
{
"as_string": "rule eq 7",
"date_spec": null,
"duration": null,
"expressions": [
{
"as_string": "rule eq 7",
"date_spec": null,
"duration": null,
"expressions": [],
"id": "cl10-rule-expr",
"in_effect": "UNKNOWN",
"options": {
"attribute": "rule",
"operation": "eq",
"value": "7"
},
"type": "EXPRESSION"
}
],
"id": "cl10-rule",
"in_effect": "UNKNOWN",
"options": {
"role": "Unpromoted",
"score": "-47"
},
"type": "RULE"
}
],
"score": null
},
"resource_id": null,
"resource_pattern": "d\\d+",
"role": null
}
],
"location_set": [],
"order": [],
"order_set": [],
"ticket": [],
"ticket_set": []
}
}
TASK [Check location constraints configuration] ********************************
task path: /tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:1523
Saturday 10 August 2024 02:34:51 -0400 (0:00:00.067) 0:02:11.892 *******
fatal: [managed_node1]: FAILED! => {
"assertion": "__test_pcs_location_config.stdout | from_json == __test_expected_lines | from_json",
"changed": false,
"evaluated_to": false
}
MSG:
Assertion failed
PLAY RECAP *********************************************************************
managed_node1 : ok=230 changed=72 unreachable=0 failed=1 skipped=95 rescued=0 ignored=0
Saturday 10 August 2024 02:34:51 -0400 (0:00:00.019) 0:02:11.912 *******
===============================================================================
fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership --- 5.25s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:75
fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 4.72s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87
fedora.linux_system_roles.ha_cluster : Populate service facts ----------- 3.73s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3
fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.08s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112
fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.95s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:88
fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.88s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:21
fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker --- 1.87s
/tmp/collections-0HL/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-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:16
fedora.linux_system_roles.ha_cluster : Remove qnetd configuration ------- 1.58s
/tmp/collections-0HL/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 d4 --- 1.44s
/tmp/collections-0HL/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 d3 --- 1.44s
/tmp/collections-0HL/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 d1 --- 1.44s
/tmp/collections-0HL/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 d2 --- 1.43s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Write CIB configuration ---------- 1.40s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:33
fedora.linux_system_roles.ha_cluster : Remove qdevice certificates [API] --- 1.22s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:46
fedora.linux_system_roles.ha_cluster : Configure order constraint 4 ----- 1.20s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-order.yml:3
Fetch location constraints configuration from the cluster --------------- 1.19s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_constraints_create.yml:1509
fedora.linux_system_roles.ha_cluster : Configure location constraint cl8 --- 1.14s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
fedora.linux_system_roles.ha_cluster : Configure location constraint cl7 --- 1.11s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-location.yml:3
fedora.linux_system_roles.ha_cluster : Configure ticket constraint 0 ---- 1.10s
/tmp/collections-0HL/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-constraint-ticket.yml:3