# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_qnetd.yml ****************************************************** 2 plays in /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:4 Thursday 04 January 2024 23:15:03 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] => { "ansible_facts": { "ha_cluster_hacluster_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n31303833633366333561656439323930303361333161363239346166656537323933313436\n3432386236656563343237306335323637396239616230353561330a313731623238393238\n62343064666336643930663239383936616465643134646536656532323461356237646133\n3761616633323839633232353637366266350a313163633236376666653238633435306565\n3264623032333736393535663833\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Test qnetd setup] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:9 Thursday 04 January 2024 23:15:03 +0000 (0:00:00.012) 0:00:00.024 ****** ok: [sut] TASK [Set up test environment] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:22 Thursday 04 January 2024 23:15:04 +0000 (0:00:00.771) 0:00:00.796 ****** TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 Thursday 04 January 2024 23:15:04 +0000 (0:00:00.018) 0:00:00.814 ****** ok: [sut] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14 Thursday 04 January 2024 23:15:04 +0000 (0:00:00.018) 0:00:00.833 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:22 Thursday 04 January 2024 23:15:04 +0000 (0:00:00.008) 0:00:00.842 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:27 Thursday 04 January 2024 23:15:05 +0000 (0:00:00.250) 0:00:01.092 ****** ok: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:32 Thursday 04 January 2024 23:15:05 +0000 (0:00:00.014) 0:00:01.107 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:41 Thursday 04 January 2024 23:15:05 +0000 (0:00:00.008) 0:00:01.115 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up test environment for qnetd] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:27 Thursday 04 January 2024 23:15:05 +0000 (0:00:00.018) 0:00:01.133 ****** TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_qnetd.yml:9 Thursday 04 January 2024 23:15:05 +0000 (0:00:00.016) 0:00:01.150 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd config files are not present] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_qnetd.yml:16 Thursday 04 January 2024 23:15:07 +0000 (0:00:02.019) 0:00:03.170 ****** ok: [sut] => { "changed": false, "path": "/etc/corosync/qnetd", "state": "absent" } TASK [Run HA Cluster role] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:32 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.282) 0:00:03.453 ****** TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.029) 0:00:03.482 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.017) 0:00:03.500 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:10 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.023) 0:00:03.524 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:15 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.014) 0:00:03.538 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:19 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.011) 0:00:03.549 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__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": [ "/WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__ha_cluster_repos": [ { "id": "highavailability", "name": "HighAvailability" }, { "id": "resilientstorage", "name": "ResilientStorage" } ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [sut] => (item=CentOS_9.yml) => { "ansible_facts": { "__ha_cluster_repos": [ { "id": "highavailability", "name": "HighAvailability" }, { "id": "resilientstorage", "name": "ResilientStorage" } ] }, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:34 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.032) 0:00:03.582 ****** ok: [sut] => { "ansible_facts": {}, "ansible_included_var_files": [ "/WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.012) 0:00:03.594 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:3 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.016) 0:00:03.611 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=CentOS.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml" }, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.026) 0:00:03.637 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml for sut TASK [fedora.linux_system_roles.ha_cluster : List active CentOS repositories] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3 Thursday 04 January 2024 23:15:07 +0000 (0:00:00.028) 0:00:03.665 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.223086", "end": "2024-01-04 23:15:08.047601", "rc": 0, "start": "2024-01-04 23:15:07.824515" } STDOUT: repo id repo name appstream CentOS Stream 9 - AppStream baseos CentOS Stream 9 - BaseOS beaker-client Beaker Client - RedHatEnterpriseLinux9 beaker-harness Beaker harness beaker-tasks Beaker tasks beakerlib-libraries Copr repo for beakerlib-libraries owned by bgoncalv copr:copr.devel.redhat.com:lpol:qa-tools Copr repo for qa-tools owned by lpol epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64 epel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 extras-common CentOS Stream 9 - Extras packages highavailability CentOS Stream 9 - HighAvailability TASK [fedora.linux_system_roles.ha_cluster : Enable CentOS repositories] ******* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:10 Thursday 04 January 2024 23:15:08 +0000 (0:00:00.480) 0:00:04.146 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.ha_cluster : Install role essential packages] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11 Thursday 04 January 2024 23:15:08 +0000 (0:00:00.013) 0:00:04.160 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: pacemaker-libs-2.1.7-2.el9.x86_64", "Installed: rubygem-json-2.5.1-160.el9.x86_64", "Installed: lvm2-9:2.03.21-3.el9.x86_64", "Installed: libknet1-1.28-1.el9.x86_64", "Installed: python3-cffi-1.14.5-5.el9.x86_64", "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch", "Installed: lvm2-libs-9:2.03.21-3.el9.x86_64", "Installed: python3-pyparsing-2.4.7-9.el9.noarch", "Installed: rubygem-io-console-0.5.7-160.el9.x86_64", "Installed: net-snmp-libs-1:5.9.1-12.el9.x86_64", "Installed: corosynclib-3.1.8-1.el9.x86_64", "Installed: rubygem-psych-3.3.2-160.el9.x86_64", "Installed: python3-cryptography-36.0.1-4.el9.x86_64", "Installed: pacemaker-schemas-2.1.7-2.el9.noarch", "Installed: pcs-0.11.6-6.el9.x86_64", "Installed: corosync-3.1.8-1.el9.x86_64", "Installed: rubygem-rdoc-6.3.3-160.el9.noarch", "Installed: corosync-qnetd-3.0.2-2.el9.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.28-2.el9.next.x86_64", "Installed: libknet1-compress-lz4-plugin-1.28-2.el9.next.x86_64", "Installed: rubygem-rexml-3.2.5-160.el9.noarch", "Installed: resource-agents-4.10.0-51.el9.x86_64", "Installed: libknet1-compress-lzma-plugin-1.28-2.el9.next.x86_64", "Installed: libknet1-compress-lzo2-plugin-1.28-2.el9.next.x86_64", "Installed: libknet1-compress-plugins-all-1.28-2.el9.next.x86_64", "Installed: libknet1-compress-zlib-plugin-1.28-2.el9.next.x86_64", "Installed: libknet1-compress-zstd-plugin-1.28-2.el9.next.x86_64", "Installed: libknet1-crypto-nss-plugin-1.28-2.el9.next.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.28-2.el9.next.x86_64", "Installed: libknet1-crypto-plugins-all-1.28-2.el9.next.x86_64", "Installed: libknet1-plugins-all-1.28-2.el9.next.x86_64", "Installed: python3-pycurl-7.43.0.6-8.el9.x86_64", "Installed: libnozzle1-1.28-2.el9.next.x86_64", "Installed: rubygems-3.2.33-160.el9.noarch", "Installed: perl-TimeDate-1:2.33-6.el9.noarch", "Installed: ruby-3.0.4-160.el9.x86_64", "Installed: device-mapper-event-9:1.02.195-3.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: ruby-default-gems-3.0.4-160.el9.noarch", "Installed: net-tools-2.0-0.62.20160912git.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.195-3.el9.x86_64", "Installed: pacemaker-2.1.7-2.el9.x86_64", "Installed: libqb-2.0.8-1.el9.x86_64", "Installed: nss-tools-3.90.0-3.el9.x86_64", "Installed: pacemaker-cli-2.1.7-2.el9.x86_64", "Installed: ruby-libs-3.0.4-160.el9.x86_64", "Installed: centos-logos-90.4-1.el9.x86_64", "Installed: pacemaker-cluster-libs-2.1.7-2.el9.x86_64", "Installed: rubygem-bigdecimal-3.0.0-160.el9.x86_64", "Installed: rubygem-bundler-2.2.33-160.el9.noarch", "Installed: bzip2-1.0.8-8.el9.x86_64", "Installed: device-mapper-persistent-data-1.0.6-1.el9.x86_64" ] } TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17 Thursday 04 January 2024 23:15:22 +0000 (0:00:14.729) 0:00:18.889 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:5 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.020) 0:00:18.910 ****** skipping: [sut] => (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: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:15 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.031) 0:00:18.941 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fail if configuring qnetd on a cluster node] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:30 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.008) 0:00:18.950 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present", "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:40 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.009) 0:00:18.959 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:48 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.008) 0:00:18.967 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Discover cluster node names] ****** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:62 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.007) 0:00:18.974 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Collect cluster node names] ******* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:66 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.019) 0:00:18.994 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_all_node_names": [ "localhost" ] }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Extract qdevice settings] ********* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:70 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.022) 0:00:19.016 ****** ok: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:79 Thursday 04 January 2024 23:15:22 +0000 (0:00:00.036) 0:00:19.053 ****** ok: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:89 Thursday 04 January 2024 23:15:23 +0000 (0:00:00.027) 0:00:19.081 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:96 Thursday 04 January 2024 23:15:23 +0000 (0:00:00.018) 0:00:19.100 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:110 Thursday 04 January 2024 23:15:23 +0000 (0:00:00.017) 0:00:19.117 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "--version", "--full" ], "delta": "0:00:01.187328", "end": "2024-01-04 23:15:24.496746", "rc": 0, "start": "2024-01-04 23:15:23.309418" } STDOUT: 0.11.6+aaa16e0d booth booth.enable-authfile.set 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.config.output-formats pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.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.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.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.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.reports.severity.deprecation pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 resource-agents.self-validation sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1 stonith-agents.self-validation TASK [fedora.linux_system_roles.ha_cluster : Parse pcs capabilities] *********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:117 Thursday 04 January 2024 23:15:24 +0000 (0:00:01.484) 0:00:20.602 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_pcs_capabilities": [ "booth", "booth.enable-authfile.set", "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.config.output-formats", "pcmk.constraint.hide-expired", "pcmk.constraint.location.simple", "pcmk.constraint.location.simple.options", "pcmk.constraint.location.simple.resource-regexp", "pcmk.constraint.location.simple.rule", "pcmk.constraint.location.simple.rule.node-attr-type-number", "pcmk.constraint.location.simple.rule.options", "pcmk.constraint.location.simple.rule.rule-add-remove", "pcmk.constraint.no-autocorrect", "pcmk.constraint.order.set", "pcmk.constraint.order.set.options", "pcmk.constraint.order.simple", "pcmk.constraint.order.simple.options", "pcmk.constraint.ticket.set", "pcmk.constraint.ticket.set.options", "pcmk.constraint.ticket.simple", "pcmk.constraint.ticket.simple.constraint-id", "pcmk.properties.cluster", "pcmk.properties.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.multiple", "pcmk.properties.operation-defaults.rule", "pcmk.properties.operation-defaults.rule-rsc-op", "pcmk.properties.operation-defaults.rule.hide-expired", "pcmk.properties.operation-defaults.rule.node-attr-type-number", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule", "pcmk.properties.resource-defaults.rule-rsc-op", "pcmk.properties.resource-defaults.rule.hide-expired", "pcmk.properties.resource-defaults.rule.node-attr-type-number", "pcmk.resource.ban-move-clear", "pcmk.resource.ban-move-clear.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.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "pcmk.stonith.create.operations.onfail-demote", "pcmk.stonith.create.wait", "pcmk.stonith.delete", "pcmk.stonith.enable-disable", "pcmk.stonith.enable-disable.list", "pcmk.stonith.enable-disable.wait", "pcmk.stonith.history.cleanup", "pcmk.stonith.history.show", "pcmk.stonith.history.update", "pcmk.stonith.levels", "pcmk.stonith.levels.add-remove-devices-list", "pcmk.stonith.levels.clear", "pcmk.stonith.levels.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.levels.verify", "pcmk.stonith.refresh", "pcmk.stonith.refresh.one-resource", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.stonith.update.scsi-devices", "pcmk.stonith.update.scsi-devices.add-remove", "pcmk.stonith.update.scsi-devices.mpath", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.client.token", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "pcs.auth.server.token", "pcs.cfg-in-file.cib", "pcs.daemon-ssl-cert.set", "pcs.daemon-ssl-cert.sync-to-local-cluster", "pcs.disaster-recovery.essentials", "pcs.reports.severity.deprecation", "pcs.request-timeout", "resource-agents.describe", "resource-agents.list", "resource-agents.list.detailed", "resource-agents.ocf.version-1-0", "resource-agents.ocf.version-1-1", "resource-agents.self-validation", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.id", "status.pcmk.resources.node", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed", "stonith-agents.ocf.version-1-0", "stonith-agents.ocf.version-1-1", "stonith-agents.self-validation" ], "__ha_cluster_pcsd_capabilities_available": true }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fetch pcsd capabilities] ********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:124 Thursday 04 January 2024 23:15:24 +0000 (0:00:00.019) 0:00:20.621 ****** ok: [sut] => { "changed": false, "cmd": [ "pcsd", "--version", "--full" ], "delta": "0:00:00.869463", "end": "2024-01-04 23:15:25.608758", "rc": 0, "start": "2024-01-04 23:15:24.739295" } STDOUT: 0.11.6+aaa16e0d 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.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.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.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.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 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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:132 Thursday 04 January 2024 23:15:25 +0000 (0:00:01.085) 0:00:21.707 ****** ok: [sut] => { "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.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.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.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "pcmk.stonith.create.operations.onfail-demote", "pcmk.stonith.create.wait", "pcmk.stonith.delete", "pcmk.stonith.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", "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:141 Thursday 04 January 2024 23:15:25 +0000 (0:00:00.021) 0:00:21.729 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:22 Thursday 04 January 2024 23:15:25 +0000 (0:00:00.010) 0:00:21.740 ****** changed: [sut] => { "append": false, "changed": true, "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 pcs / pcsd] ************* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:29 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.412) 0:00:22.152 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Stop pcsd] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:6 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.026) 0:00:22.179 ****** ok: [sut] => { "changed": false, "name": "pcsd", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network-online.target pcsd-ruby.service systemd-journald.socket sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "pcsd-ruby.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PCS GUI and remote configuration interface", "DevicePolicy": "auto", "Documentation": "\"man:pcsd(8)\" \"man:pcs(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pcsd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "pcsd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "network-online.target pcsd-ruby.service sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22360", "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": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:11 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.507) 0:00:22.687 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.ha_cluster : Get the stat of /var/lib/pcsd] **** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:25 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.011) 0:00:22.698 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:30 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.017) 0:00:22.715 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:37 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.018) 0:00:22.734 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:49 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.018) 0:00:22.752 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:64 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.019) 0:00:22.771 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:71 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.021) 0:00:22.792 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:79 Thursday 04 January 2024 23:15:26 +0000 (0:00:00.022) 0:00:22.815 ****** changed: [sut] => { "changed": true, "checksum": "b504e1b9c9aa23803dd6f95e66c757088b08551d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "087ff556d850518c8fff5ad1179d8817", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 359, "src": "/root/.ansible/tmp/ansible-tmp-1704410126.7680197-26234-238676509968769/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:88 Thursday 04 January 2024 23:15:27 +0000 (0:00:00.598) 0:00:23.413 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice pcsd-ruby.service sysinit.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "pcsd-ruby.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PCS GUI and remote configuration interface", "DevicePolicy": "auto", "Documentation": "\"man:pcsd(8)\" \"man:pcs(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pcsd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "pcsd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "pcsd-ruby.service sysinit.target network-online.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22360", "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": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Configure firewall] *************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:35 Thursday 04 January 2024 23:15:31 +0000 (0:00:04.149) 0:00:27.563 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml for sut TASK [Ensure the service and the ports status with the firewall role] ********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3 Thursday 04 January 2024 23:15:31 +0000 (0:00:00.022) 0:00:27.586 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Thursday 04 January 2024 23:15:31 +0000 (0:00:00.037) 0:00:27.623 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Thursday 04 January 2024 23:15:31 +0000 (0:00:00.026) 0:00:27.650 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Thursday 04 January 2024 23:15:31 +0000 (0:00:00.020) 0:00:27.670 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Thursday 04 January 2024 23:15:31 +0000 (0:00:00.202) 0:00:27.872 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Thursday 04 January 2024 23:15:31 +0000 (0:00:00.024) 0:00:27.896 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Thursday 04 January 2024 23:15:32 +0000 (0:00:00.920) 0:00:28.816 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Thursday 04 January 2024 23:15:32 +0000 (0:00:00.021) 0:00:28.838 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Thursday 04 January 2024 23:15:32 +0000 (0:00:00.027) 0:00:28.866 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service basic.target polkit.service sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "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": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ipset.service ebtables.service iptables.service ip6tables.service nftables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Thursday 04 January 2024 23:15:33 +0000 (0:00:00.364) 0:00:29.230 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service dbus.socket basic.target sysinit.target system.slice dbus-broker.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "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": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ip6tables.service nftables.service iptables.service ebtables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Thursday 04 January 2024 23:15:34 +0000 (0:00:01.143) 0:00:30.373 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Thursday 04 January 2024 23:15:34 +0000 (0:00:00.029) 0:00:30.403 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Thursday 04 January 2024 23:15:34 +0000 (0:00:00.019) 0:00:30.422 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Thursday 04 January 2024 23:15:34 +0000 (0:00:00.019) 0:00:30.441 ****** changed: [sut] => (item={'service': 'high-availability', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "service": "high-availability", "state": "enabled" } } changed: [sut] => (item={'port': '1229/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "1229/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Thursday 04 January 2024 23:15:35 +0000 (0:00:01.284) 0:00:31.726 ****** skipping: [sut] => (item={'service': 'high-availability', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "service": "high-availability", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'port': '1229/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "1229/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Thursday 04 January 2024 23:15:35 +0000 (0:00:00.045) 0:00:31.772 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall | length == 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Thursday 04 January 2024 23:15:35 +0000 (0:00:00.026) 0:00:31.798 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Thursday 04 January 2024 23:15:35 +0000 (0:00:00.022) 0:00:31.821 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Thursday 04 January 2024 23:15:35 +0000 (0:00:00.022) 0:00:31.844 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Thursday 04 January 2024 23:15:35 +0000 (0:00:00.018) 0:00:31.862 ****** skipping: [sut] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Thursday 04 January 2024 23:15:35 +0000 (0:00:00.018) 0:00:31.880 ****** skipping: [sut] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [fedora.linux_system_roles.ha_cluster : Configure selinux] **************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:38 Thursday 04 January 2024 23:15:35 +0000 (0:00:00.020) 0:00:31.900 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Populate service facts] *********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3 Thursday 04 January 2024 23:15:35 +0000 (0:00:00.022) 0:00:31.923 ****** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "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": "inactive", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "inactive", "status": "disabled" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crm_mon.service": { "name": "crm_mon.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-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" }, "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" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "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-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": "stopped", "status": "enabled" }, "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@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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": "stopped", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pacemaker.service": { "name": "pacemaker.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcsd-ruby.service": { "name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled" }, "pcsd.service": { "name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "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": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "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-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-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-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-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "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-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": "disabled" }, "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.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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Set the fence-virt/fence-agents port to _ha_cluster_selinux] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:12 Thursday 04 January 2024 23:15:37 +0000 (0:00:01.737) 0:00:33.661 ****** ok: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:20 Thursday 04 January 2024 23:15:37 +0000 (0:00:00.029) 0:00:33.691 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --info-service=high-availability | egrep \" +ports: +\" | sed -e \"s/ *ports: //\"", "delta": "0:00:00.238218", "end": "2024-01-04 23:15:38.035844", "rc": 0, "start": "2024-01-04 23:15:37.797626" } STDOUT: 2224/tcp 3121/tcp 5403/tcp 5404/udp 5405-5412/udp 9929/tcp 9929/udp 21064/tcp TASK [fedora.linux_system_roles.ha_cluster : Add the high-availability service ports to _ha_cluster_selinux] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:28 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.444) 0:00:34.136 ****** ok: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => (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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:35 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.131) 0:00:34.267 ****** 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 redirecting (type: modules) ansible.builtin.sefcontext to community.general.sefcontext redirecting (type: modules) ansible.builtin.selogin to community.general.selogin TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.095) 0:00:34.362 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.035) 0:00:34.397 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.028) 0:00:34.426 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.033) 0:00:34.459 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.206) 0:00:34.666 ****** ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.032) 0:00:34.698 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Thursday 04 January 2024 23:15:38 +0000 (0:00:00.026) 0:00:34.724 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Thursday 04 January 2024 23:15:39 +0000 (0:00:00.893) 0:00:35.618 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Thursday 04 January 2024 23:15:39 +0000 (0:00:00.028) 0:00:35.646 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-policycoreutils-3.6-1.el9.noarch", "Installed: policycoreutils-3.6-1.el9.x86_64", "Installed: libsemanage-3.6-1.el9.x86_64", "Installed: policycoreutils-python-utils-3.6-1.el9.noarch", "Installed: python3-libsemanage-3.6-1.el9.x86_64", "Removed: policycoreutils-3.6-0.rc1.1.el9.x86_64", "Removed: python3-policycoreutils-3.6-0.rc1.1.el9.noarch", "Removed: python3-libsemanage-3.6-0.rc1.1.el9.x86_64", "Removed: libsemanage-3.6-0.rc1.1.el9.x86_64" ] } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Thursday 04 January 2024 23:15:43 +0000 (0:00:03.702) 0:00:39.349 ****** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.825) 0:00:40.174 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.024) 0:00:40.199 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.023) 0:00:40.223 ****** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.028) 0:00:40.251 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.023) 0:00:40.274 ****** skipping: [sut] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.023) 0:00:40.298 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.025) 0:00:40.323 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.027) 0:00:40.351 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.024) 0:00:40.375 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.024) 0:00:40.399 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.024) 0:00:40.424 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.011) 0:00:40.436 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Thursday 04 January 2024 23:15:44 +0000 (0:00:00.013) 0:00:40.449 ****** changed: [sut] => (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": true, "ports": [ "1229" ], "proto": "tcp", "setype": "cluster_port_t", "state": "present" } changed: [sut] => (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": true, "ports": [ "2224" ], "proto": "tcp", "setype": "cluster_port_t", "state": "present" } changed: [sut] => (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": true, "ports": [ "3121" ], "proto": "tcp", "setype": "cluster_port_t", "state": "present" } changed: [sut] => (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": true, "ports": [ "5403" ], "proto": "tcp", "setype": "cluster_port_t", "state": "present" } changed: [sut] => (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": true, "ports": [ "5404" ], "proto": "udp", "setype": "cluster_port_t", "state": "present" } changed: [sut] => (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": true, "ports": [ "5405-5412" ], "proto": "udp", "setype": "cluster_port_t", "state": "present" } changed: [sut] => (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": true, "ports": [ "9929" ], "proto": "tcp", "setype": "cluster_port_t", "state": "present" } changed: [sut] => (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": true, "ports": [ "9929" ], "proto": "udp", "setype": "cluster_port_t", "state": "present" } changed: [sut] => (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": true, "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Thursday 04 January 2024 23:15:59 +0000 (0:00:14.942) 0:00:55.391 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Thursday 04 January 2024 23:15:59 +0000 (0:00:00.011) 0:00:55.402 ****** ok: [sut] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:439a16fac1802d15af66ef0f477ad8a4db6e61dbae1377533a992713a7467e42", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:cfca6eb18cdeeaa1666612ead75e67644e84ed2872dbdb5ebd1c90c5aa8b60ed", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:87df54d4da76cfbf90197c103829580b43bae575fc2179805b54378e2441f98d", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:a4837977211a9b5c79ba308d47da063b55f83e290e90940a7e16662f5e7fe4d5", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5756a61d6ce82946fc55349fb0ff5b9a432f2435815b0e1b39ec4cd1264c255a", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:33e4474638b12ea07b6f2308d3afeea697b9164980485006e198c56822334253", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:0075191f3e8b16430d7ffc5fa90773a117ecbd62b9940b8dab3b8a150b1866b7", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "sha256:858aa9ee801dd9bdc5cd5ecbf93cb5baba4fc273aaaaeb155a9a7274fc40fe0f", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:0e719b5e69281f5001eb69dd7d5ec1a2e8f289a2ed8d7032dcf58cd54e620aa2", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:e448e0203f55d3a8e673a8fda655d59161f282a5b8cb0211e17299e598cc9dc7", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:3a67724d76252ecd7dc1be2e93127cd456e21365a4575355fac53fb5aadebbde", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:a96742873fd449201a1f632e3201aff50d671fe39135156b82581f831894b020", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:ae25cf9c1bbdb74206db1eac46cf32163fe6843575e305d31dec82bcb324dcb8", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:db86956e5debcd8db6d7e5e132d976d715dd9c95815b1aba0d36c1e639b03b72", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:0f45efdacdf7f2adc544fd4bf33126f3070b4bd4e3921afff7a855bf7adbf32f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:2eb5f92b4413ad4a3b0828d67b0d564aa6c9a69c6f55553ce500129be24b7339", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:91ef7f49b4fd338140721170763f80243341aafb6a1a7b903cd03ba65ad9bddc", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:05db5ce64232869fb1bc5793cfd1d686e728a3d3b7b1494d057ae71643c0429e", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:8228509418eabbeb3ab51dcde71604748f6330b2b14b76cfcdb53b3bb64a6559", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:f7e18ba88590fd2ae89e650b698f4425692b5c7df78a695460e9c26d83553402", "enabled": 1 } }, "authconfig": { "100": { "checksum": "sha256:bd9bf899f02ec8af56e4e50b8b835ab765572fb9eac16e8044477eb4957cdcf3", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d21bb0c7b292ed428b77349fc5aab1bb0cbcf014e4fbab7f335f732a9765e8ca", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:8296ffa479e31ce2312dcbda5e46a263ed702e24f369eeabbec14a2e1daf07dd", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:e9cc0d6c64189bff92bad536021e5bc6d8882d622b94497270f99ea98db8d250", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:db991323b8b65ddcaa47bc9bd5b87d342ea104cf59397850b216fcb7f3dbe41e", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:fdfaa2dcb6f9b887b048e57d53a24517497568f01ad9626b5f66094eb69c6219", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:9c242a1a850e34471c7e969c12b8fc570844c7bd459e6b6e24ad0f9661f0579c", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:fc67a04f11c2602556fa68ebd2cdd27841f594bf39d6a614c34ff601c678f17b", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f05cd3d4a44b6be1542bad4fa1ac2ce38fad1a62820231211a5d40d159434f98", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:42670f76e4e23dd5fab2605f8f624df553dc44d694145c97c3dd1453c6a93a07", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:444adda9e9db6ca2f7a1f15b00de5a055982dd1565c890d3fc243058b107bfdf", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:b8c9e3b849765a6545578ba4b84a7a945ca3910b6f9d00b66f0845c22e403545", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:b6464b7bd332e0127b5ac7e7f4e85983b0df4eeaedf1382d1cb95bcc70567975", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:49ad56ce740da1f2543cbace1176de2c6729c7896e22a5fe5524a52961c3c6cc", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:f2a170b9be22cfb4983dfbadd0836d4b3bf4c07c61958e5f42dad393c98ab16a", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9215abf2a387cbdf2dead5ce40533e2089236cc374ce10e93cb3128c962bd818", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:f92ba3eed6cbdb5e445087aa67963e6d4b2f1ad703a733a256207ad9630772b4", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:bb9ab8cb4d620be01383a5116766dcab262924abbb51f6352dbc453b9bd7bd15", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:32ce0ef2b1bd4bcf069fea0037f080345020b6ccb0b3a14dacf80d0341d31703", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:094419eb3a9852cdc4da7ea5e9f53ec318778816e09881dd10700890f0fa8aa5", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "sha256:6e8bb2e352f373e327c2d74ecbc89e7784f198566a8e13090e905e74e1769df7", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:c9b4271ff4e3ecf0991a0bac18e25bbda70877abd97f1f747529f6fdf2c64a2f", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4bbe4a6e81441607849fd3b0935eb2d49b6e6ab6998e16f05c505eb1ca23860d", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:50bb751029a1226883e3b3081d5cd727dca1776a7aecde05e1f80aa5b664ad37", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0bbba0d23bf169b2720e6b5889693dc604dac70ba2e6ee3bb4c5f1cf2238dbc1", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:db2c087abaf9808579236fc0c2986b7bc378039af2dcf6eb437d61104e45452f", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:7b6563fcdbcfdcf6f1870332e9d7b0baa677fb4ed448d742a0a2f01540b1b7aa", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:6d04e200dce14290743a8c7ad857b5f55edea096103a7778d85781917f98eb0b", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:10d2bbbc583ff7c12bbc0e8b25ec5d75189416fc3bf731de0c2b73fd53e1fc08", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:e9c84a527fe46e3c20782107e9ef5fc7ce5b523d3a17979e73476e3f4c8cfb2f", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:9405921298a4eac97dee55ea739004bdc1af207a1334097fb954841436db820e", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:4ec9e51dab035098723144ee177558420c3397d8c4cb3510a8fa791ddbfd1edd", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:feca643624982d27200122e1ddc1289ab3d9d22f53791e65850ddb866c4996aa", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:d2a3ba153c8cb079c5159096c6326c8826d263dc32329808b39a3d7c29fdac84", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:a1b13354b27e76c1262f1a63d7c272c7f1fb9a5afab9cc6cf9115881a13bb123", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:6afbc8ab0b667739a65d3d638d69f650225184f1ce60ac3d59cbe6e7706c4667", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:bec2119337e2096ebfe5840f2470f4fe3b0993493157926562b8753d9dedd574", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:d4d40aac2e8e39be67c133a3f7cafe3cd2d977afee0f62655c2c4cbc182d9354", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6705ca854ad4e9024dce5563f1c1c3d28ce2072650b01f7930aa7e1a5e7abc60", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:8ee85bfc15d6dbab880c9d68fbb48433be5f9fa335991843c4dc05d7f49494d1", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:5046324d92609edb7af362c37ace4261a5fb71d0954e7b93cdb66abd1354eb0c", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:4d472e61e74f2417d9697c81d028f4d2291afc04ea16fc1809cbec42bb8950b2", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:d048efdee101e199ef3e79822a70b3537d5049435cb04c4163ca5afad9fb5280", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:b1185aa06922394419862c9bc8ac65baa654b7fbffa31c531ef09aca6c0b4b20", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:a2c60d3b35d601e5ae9ce2621362975421fdf1ab692f37bcb23e54acb2994921", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:8c73792b1c958f70834d76a863e30a0b22cb14bd5584e32e78af4d025e2cad4f", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:2a561c6e7e09637b8e42fe340da01e379de2b634d6ad8a6f297bd4ff79a56c2a", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:35a2c8ccb00daefe127d8e94cbdc719db95bbe0710fdfc4d261c9ebf9fa88952", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:54c9c5360fdce35d10f037411b004251498f836ddc47a5c24df9e0877ab479ad", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:6251a0631879ad61c7a1736ff23d29b599323886cbcd4d782d581ee6f1737f75", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:e365ec82226a96a0f85abad6508fd5e8c9cfc925f27aec30b8b97e5e8a35bd68", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1250482f0ee706d932f37ac4b165c41a087760d753a799993e1ae4a2278d6ec2", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0a4e6d29c0e5008f52b116072cc416f84491a5cfd9c4b4924ac3bd5c9a88517f", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:b692d8407a14280ace1b20b8d3eae8ebe1d1195623e186d88ac987eff53d9ab9", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:76a27b409571307c1d8aec201dffe7646ceca3e51bbaa0ec1f1bde2b813d0318", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:5c72aeb4a39a74d8b9e9fbf376de168ecb105252034928dcfed9806d5fc4c584", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f588b15772a69b5a7c7e97f19cde225cbd0bda4442bad49b49c67af741d6b8f4", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:f019cec82d811ea15140ca1b670ebe3b2653f1209978cadf679e71b7220e81e2", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:175bfe7edee632e3c65a639c0892b7e740e88f71a2181ca38bbda3596d9e9aa6", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:c604411bba913fb5f3c3916b45fb266336168f2715206c47eb133bc4fae91587", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:a036b1b6edf28d2350e4f88de0872e3dfa2b9aae036e5c5e833fd79b8d17976f", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:b22818841077164d31f1cbe62af32042e7411fa8fa722614d65a66fa506ef44f", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:bd0fd318f3fa48292177d1c2941147f2d30be72c1bd8a6418c29046733f97c79", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:5898ab6ff7cc8eaf5c19d35ee5f146af26bcd37368a1258beb1414916d9b2429", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:db0ed75ce7f92b54a6460c777ca31fe82b72c4b05084f1a313a57c8083553c10", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:d24bc323782f1d6ee6ea32c8fa2df2a20e259f4b04bf2f07346bb1f7577e3764", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:cd694f4d91ecf21e368d92b0a0b3f299ddf338a10bc75299836844346ae9eb96", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:77efca099099d037dc19a9284ae4590b563480957bc94a3d9d8c33a3e208c52e", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:d37da7a6abcc7eefedae210a9a83412e0714b25cdfa6d960cf060d4f509418dc", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:80453fc86e420ee52d32dcee1b6d85d10dd9b9012d09919b5873e39fae104fa2", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:23626af794116d23d48eea54d72da0e3ee6073ea1a28741c6395e358dad7347f", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "sha256:38b148ca47057f48b11d18ee2bd65564ec54cd4fc99113bb7af3da2cdd69cf1f", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:086fbd5c4bfc2c2b9416574d7adda1186cc9ea8d42fa3d977545b177a5f6b31d", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:396a81962624946e359640fbc88496b359830c00f192a41f0fdde88794207243", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a8b6abf25d85962282117a98e22156d26f98ec6c2b381a701949995ed2de791d", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:a971b0992935b50c121f7bed5fd45e9826ad88a95b0df8ab6483e76f2c2fba38", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:c9350236dbd2717f7e6c5de85649de8dff33742247b8d3eb4e21bb97a2e23889", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:0775c03fbae369d8a7bd66ca63fa7685e739a3362a91fe862a7af705414086d7", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:021fb09c86d4d9d06ba8da4e857d732e455efa6e9fb8642a2e89977cd7a0df9c", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:6a6f3519345ece087870b34b523e9a68abe1dafd480ef0c38c9dee3e0e75026a", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:69b795ddee9113446790b436b524cc7996f00088be6257eb0cd50ec5c066dc46", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:c0d9b5d3c0dc83fd9c1998e3a13762eb7b77478d17438016b210397f0df30fc8", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:2157ab1e30e581cc66a24b0764bdc9724200649801b4590fd6672a92b9ff237e", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:ea43c2371c95db75b134d1d039ac3ae75f0cdd8a02b2c22ccfb3ab1b099dd685", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:fc04c1b92c60d452ffa49be223b5fe7ecc2071f2c804b49a7ba33362d86387e7", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:d9f460b6074a1fd336b48d3658be720883b1992db8008780c9583e9f149616f9", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:ab39208e6b1d3120c00357c178f8e8d631fd651c846cde9801e66886cbc77e75", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:b4acf86db9044f0c3ad616371f733770541bedba9fee5751f5a4d9170d8347f1", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:607ee9da1fa86ca6c31d2a3285d091e33baa0c243cde6709f5b50228a6ea6838", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:85f718afffb3b6b0155d7a4b44829f5ad2cb4067cf7ed7c77f77cdd31e3e2f73", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:4dfe814f941a33b4de23c050e33c7b87e30959824ec0be0b37125f75122ddb9e", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:41b4c223d3414e36e5d043c90d2b77823a4483d647ae8a6f7cb867d86df7b03a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:1870ad98b724b8ba0bb92a0d277ca659812d4c3f76877b6419132669ce0562d5", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3a189ef565d9b567e3f92ee485a5cbfcb2edf626e17dd5ae42cb29b5ff8240fa", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:53d676ce5265a7bed9aa8a195d749a2ddbc04668b4909d271260de0f981a0b6f", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:1ea667f0c7cfdd85038d8678a770994afddec806355100bbe78308ee081c5d13", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:aaf447d9612e51755f905ff5c3fd1534071e551dccc8566c1ecd86deae23de02", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:6c0e8c2b7fd71eb90683329b23f7ea92ad9f72a9941c8602c2cfd0e3d87ded56", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:ad6903ca47a88cd9fbee03f05da3705b6de4550a9bac31338dcf334301a7bc79", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:7550acef924761a9cccfc8a599164bb4cf1aea09e478f0f02c508e77d54fb354", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:0f84866fe7b8ded8ee731da49946ddb95b85d2544d8189952f4b465dce92ba34", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:93950e077dae21de66880e685ec159b69f7febccbdefcc28a6251122e5b61744", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:8b3081995ca8e629365f84f2dbb74583d77b3135c071b7fd576e105ed83bb3b5", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:771390697cc126933b817059c224bce8ead877cde100a24109e22a40b00da1f8", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:0bf17ab1e6123f9c89bb89b3cc96987295420a1d573062c6a9e029955b5b43e6", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:eb08f8dce74260ff7bdfd137a4805b13c3f023f8054f7465226603a122fc3bee", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:5cac8bc4a2c13438822cf9f1d976f655f50508a7dd56605ca4ba3267e55deafc", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:d263643cebfdb34cc0c0c83a9e28c1cbf66de7b6b5c59ee04cf73c2c7ae1dbeb", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:164530b001009abd38ae86c874f1116e26e48e0b20c78e23ab5e1f4da9837aba", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:044d9543cf23ebd19b78dd36453ca1b35f8b0343d18d2bf812f487c267c73400", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:04e4aa39ecf87ab5fb148554b72eb07229b2bc87c36194aeeb15e1f314546d8e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:5ac320af55313b3a8dcd0729ba525596fdd1512ebcf5717b5e4f805efeb1d062", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:705d8c2334abe75bdd34c68be5a18e511b387986db97fd3fab68db1126345a94", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:69151f1195923b97d588966fa3999a2acbce4c3e6990e493cb6d825ebe6bdcef", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:919b0f9d14bb3b10515f015629e90fe2731278febf87bf441ca4ba42a6d82ce8", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bdc7cfe30544d9b80f90ed79cf8e8e2a030cc750a4b1a09dcbf00c29cbf7cee0", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:9630601fc50cde8618d6c2a1512e7b3493f73f65a7e711210f143f293ed4dcd0", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:b555ba9db54f4666b50c51bdfb0ed669a11dab8fd53b5efcb3eefa440b539364", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:b98b9c759b4f7c18d1dedf4b8da7e3925fd5153a7065ae24a2edacee03adde2c", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:647a5a84af0d24107d98393a74f9cfef91d5f6314f97e9589a5917516240e4b6", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:2611434e8c1542ce13e93f5d68593cd1bdab8c2df7e29971bfcf6873ebbc3bb9", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:f30e73a5c744492434120e33ec5fe9fb417e3a31b788a26b6ee070722df47666", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:ad01286deffe99ee070396c0057f5999b5d3874d66032c1754c66cc87e7a8bd3", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:af705c9efd826b06ec3e443236c9982e6f78aa12371ddb6320a6dbdd008af70f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:3e0914f39b9c0d04faaca33a50a45adcdca0ae17236522cb0e3864edeb03700d", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2f621a1eac6f3dee3ef9ca50a7bfc14f5601e3d8df08bed932c19703f6f75834", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:93b6642db4b75051bef5bd84c3dd3053a3e8d860909e92b8a5b16a70b46c6928", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:06746c3d7855894756f8475794206dbbee3e18ef616f82b388d018b1bde859f3", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:192ba106b6e9f0f6728189b1ba31eedd622fb174e0c980b6e548fba27d6f2bc0", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:69b0abe4d235bc04050f6e0b41d75afbf1bbd64f7982e103359275b81be3bb71", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:47516b334720bd0f0564773ac42dafec6066cc3c98fff9d0da463003c26b613f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:0152700ec5ad8aa649ae8ee0d471468eb7a19ea29917e30f44b575070cdcab52", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:410041152590f3a3f56b7712060ef89524e76c43871e254eba743028b4c7cb7a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:e3a8040712dcd2617bd7cfa3d4f5c99875d443df51b6239b2120e80a37d73486", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:87752c8efc5f9f83a440bc4f712edb68d230667f917f80c45aec916b4831e943", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:79b946ea4ed096e9dfa790116a1fb94530e31881b533003777bb4e0806e2285e", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:9bd803260df4a0ad63dd70ae9a452a876e014b2593ff2453c2cb5f0628531caf", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:212c02e6f01007c74610c409f7a991b63f2289410e56fd6d6f5b8a552177fe3d", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:d04b5f22b983b5a7d3de27986a110ebc12acdf9874561101e3a00f419226f7f3", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:834ebbd7a4b1f9a3a92e1826010c0e7b1de4d620df32f5201806ecc0240f9ee0", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:91eb1cd73c11773727989a85dc34b87a55e7171bc99de49c9f307412cf392645", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:a2442484416a2a67d1ba9d6b2b85f0bae72bf3f6746e448643851fce3b33f61a", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:2997e6377f7cb92461fff4c6c2ab886a0ff25c19bd2544a5b5289f32a4a0a8d7", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:49919bbd9225e10dde5263d0cb01accf0b0458bd39e60d8845a7763e4c425a16", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:1a341235fc9a666c025a95b001df21f7e4770b0120df37687c0f5be8868069ad", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:aca86e12d3c7435aa1f79dff98d67a1594f655e34b9040260dee2ba8855f90ab", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:a22b8ed6a669f50e9a1dcbdf57bdbf5f6400eace5e0f3170bb90bc0bb79ea09d", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:a83891194fb4c2efecdbafe86331368b90f6b5606209f2a7f925ac04de0a4650", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:aad0b98989fd36a55d0307941e1cfd73e94a39c7147feed3af167a3dc2a4ecb9", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:971e3571db8fc239339a89d5b9090659b80c1583f156b2c0ca37affe4424f16c", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:e64671df16e8430a3ff76a5f8bdcd907025df4a41c44afdc67f09c8520d249d7", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:976389e45d3e14f9132ee75b654b6e725fe9b28d3eb0b58f5e60d5c2a67c4458", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:56c9b18aa74d056435aa4908b3e1120496f3c8c0985c5dbd4fc662d6150c5707", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5ebf18eca037bc6d0dbb81db94ad3a4a555d31684017760238ce547367aed080", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:835d96d8e92204ccc2b2e011981c1565275ec51b14ea2362527031e059b3db9d", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:519be249a5f6d7e21d7fa6143dd050406da1d29bfac29c4e0de91da9780d837e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:ab50be2f0df8e7e8f32585b9e4e4ec0d89b897b14b415c7a96aa55ef4cc301d4", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:a04a9c38b15a0f2574048e5c54fe38af61c694315b598fb77c51a0fb693a0e17", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:7acac436e84fa22e873e7b7d74ccc384b948022465f2a397dfa0fe229656c723", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:bfc4d5317ed738ae961b7eb2c3f8b24e244f28c6e596a18f49132a312f2186fd", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:474e11655853ea9ecb3b90354737bb33513d600027fdee75f1d38cdd7644598a", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:c88004b9e24d18093550ad9f271722d67f3e96a1ac2aad1a1340c9c322df9625", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:789d9908d6a4ccf9aab74a9a86ab780ec18789ad9fb25603e2076e03f39a663e", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d4baea24717e6f58a231c34c370a41fbb280c561e99176aed67a6faac2ed2f55", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:6e56c2fe3eb63c7ecb31ec57b0c9a076dfeb1af9b441500441a2f79dafb39498", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:42a32bf5b58eb1cece61587e26cad9d14e561ebfe3f8deea15ced247a9af9a5c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:f96a24403c4d03d346abc0d3da9b83c3425a7190d82bc8199b0aed732d22ddcf", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:7dc78812d1a51143faed9157d26a338917b6217489816f8940a0b0ebbf0308d8", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:edff00a0ec699758087c702321c3ebcfc61b1ea1b56596e8204bd5a71a4e81cb", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:97c366744caa502ccaa1fccc570b0f93a4d714b371a899ec32d915ec05155e40", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:c9a83d68bfaf2c73c8b3cf23c13f94fe834a5f5a9263004629ab8abb563434d5", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:9032a637b24c8bff1676c0dec33e66a729947fa96dd3d7a927bcc77e45510137", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:15df133e41a8603f0945a247f79117dd96306f34ae38f1ba8092179f116f611a", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:0d26eb46dae313a7e839a95761857bcc52e06d6d68b7a24675b7f8311830ca4a", "enabled": 1 } }, "mip6d": { "100": { "checksum": "sha256:87e5fafef70b376ff82229049b550c5a3c3b869b7fbb34a5488f3cb86a7d74f6", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "sha256:7f0d65a1413ddb554d91722376d8d08084075e6aedd46776f16c188ef0c38083", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:7eebc1aee1b3335a77380ca5eb2fdee479835a88207e67ce8f59e8da17373a24", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:e9ce2b283406b3676bb43033946e72d2e98c1686212a748f00a88001f9e6d921", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:0497366cad281781a2398c7dc8daf3f0e078407e4ee4c7566bd757700f93e141", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:8f5774b9138a1b4f151bfe742e707442ad12b601cfa03098761e2473b2b53b54", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:72f27671fe34dd7a39b6465ada7d03ac25f9e04ab32e9f412cab0a78dfe39ee9", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:4db3382f93ef9c184c5104997fe063059650fb1410a885a51dc3c40785286de8", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:9bbb690a7ac70702c5a0c44c22b8618feada9732e03d036296abe0aec7b58664", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:7a74fd2fee38b753bb79eabe5e17b820ffd21b85d6edfbafa08397ad3e45c6f6", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:235361621ee28e48bba66adabb1eb2747a00fb346b830e37a60eae9fdef59fda", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:40e43fd8a418f3d376a805aa0e100860f7585d0a14a97a96773ed3554b074ca6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:72a146e7a9d143edd2eb97ed19c836dcdcb4e97a68988264908725df17081e39", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:a2273ec3f90d410489709337378075f188a97a2cfae2c9fe9c6e7f58c06ab10a", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:480dc08347f22525dc1aff5c8648e742a5a0a0a1ea1a2ebc34cb8570838c2f75", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:92e871616b586e4aaa57611218d065c0957773ef53c24dfe622bb7a7703dab0a", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:480d8e1cb7d34d7239d203a7ca3e901bfbfac2bdd1de22f38b15342ab22161f2", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:4cad32689a28637ea553512a928a9ac8904a6ea7e354eba0283ce83af609259b", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:b5817cbb921c547c171601033a29548e1f773c7f4cf40b3c56af8172cde31766", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:a5b756dc9d29e611a864667b20cb3626ed5664dad68f5a09b49b654743b200cf", "enabled": 1 } }, "naemon": { "100": { "checksum": "sha256:51c0aeb875873462619aad87d9ce4f7bae95f2490a52fdd8797bdbea98e936f0", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:059ca826c2888395de451a9921dcd3575f760e200e1a0798378e1bce75e6d9d9", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:3c5ccf75134d539db434ffbddcf00f6d1e89b63521d54f6b2ed9b3ede3705263", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:5cba7fafa3098ee2c0cc34ba9e1c0adb715bd1d64da96ee9b740d533585669a9", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:04f691dd79fdbfe669b0183f183e18ea15ae1db943af9f7dbfd0abc902984051", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:97d58cea720b1d3805ea6da620c31c11ed744fee91062228630225a8d66335c8", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:ff3be9ad383f9234efcb094707348e605aff09c00f35ceaf709e63b967c43d64", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:318d8861d39697f4260b9fcb14ba9dda93f4771a0bb39cc9a528818f3346f468", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:64769b2511acfe99005ec8233677b682cdd83ab46a544b7bb9d0e70abbd483ed", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:d4145ce937b1aaa91317624fbdb36b7547bbb546e515b39f74765dba3cd89e6d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:80f1e388fa50344d3288c05762dcf9b8f066acec0864ee3174d44def818a32d8", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:cfb5dab27cce228b0cef5c709412a635845c69e2bd3e0477dcb48d621c7c107d", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:5bda0f869d502550d3721081013ed5e4ed0deba406568c8cd4511dbe0215c4ea", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:32cacfe03b9e6da3a5f4c48d5796c72b1ce3fe99811a2c5dc38603d0076d9dde", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:2771e957e6db3cfa44171494c1e09acb84a6748e02172eb4331b3b1521e5d086", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:f9549d32b3aded8d09aa3a85bfb0a65e5bfdaab23a8e94b23a0770b2f4e17156", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:ffad4de899788eaf69f3acaff1f639b3b0d00a72f470dd9919674a7be1a43d3f", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:72e2f249c0bea45e9365a651e32f8ca319fafb5bf2cda4738461dd66431f56a1", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd11fdfda7f53378845097c444833cd0324229ed343432920ba07cdadb243df3", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:e284fd3dc49f4c93535dd4c8ca79c36f63d15d263e50346624652f9476fb3e36", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:cf09b29b5cca52c78fcc19ecd0594f1f00835666d13ca4493f971ccdaab8712c", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:e06aee0b45ddf4b7df121f8074cea445cb0718530339ccb98f69123c1fc2ce9d", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:8bf4483676b839530f86d99a4adafdac02be98ccd5e67373a46dcbc5bc1e6f70", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:11f28134306797a1812589a71b11fa1bfdf06234d37e3ab390dc6201b7288812", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:0e8da03ae0f4f3c58c2ef0ecb6c9a870b80a0aca6c217759411bec1088b67a59", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:3a0474c5cef7958c758cc4525b8b7b7cc5ed421a84a2cc53e54002b22a4347e9", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:f102a38863c427fe7e7c2c78333054c21bffd02a58205ffd1f9ecb52ba065188", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0a4cfb7b0476a388f7a01909452d52d4a838ce4a996359a16277ca66fb1a35ca", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:83efd707d1f2e80f3f91639e9d07aeed6f56f9b385ae0f4b16b78c0d6aaf71bf", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:f6d774219581d696f02b1092ec497d31e5591520cbda82c2259f7c62bcac79cf", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:84f99a28d3a1ed78cb925d3529627c6d0989af393cb1cfd768b27980819f8eb0", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:4c92d91b52fa8477c4c3850ae428e8482a30a015f74cd9914424c7d8a6110d53", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:2dc34892e2282b363cecf73abd991dc5e93cc1ecc91159c05c4a911fd24ec268", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6bf7d73fe49a5b95e180a8bf11441d252da97ae592878d1817965c190cdc278f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:a1b621e8b2aceb37869160d37a70e1139d64c642f2b7b348c20ed74308fe5369", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b6df6c29b88f35da354f81b91c6ab518a8e480a8ed34b236724ab058aea3ef1f", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:69c9021e04b4e50fa126a782749328af85157f28c68156aadb51ea9aa717675d", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:92cc71f2eb4014f6a72a1eb624634c5b0059cd0d63be07a60c020ebf2751f705", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:8507214aaa141040d57ba1a2059f050c2c97eb6cb4e93d8e0c8fe3167ef3c981", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a867cdcda23f69e55a4363cb45037dbd7c689a7ef5761d105a4a0802b92d1412", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:5c72fa63fb09d4a76136964f0d1187b57b9bf7bb9413febddc04bab0cce73777", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5bc9730592528ef224921fbf15433ff99e2659c3f210f418f25e29e6ca76dd0f", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:151573c6ede3b8e6cfb272df0d28db36159e044307073ba77d449d08aaea9341", "enabled": 1 } }, "piranha": { "100": { "checksum": "sha256:da89283b175acccf57fc9749518b15d827ad62d234e259236faa4a84132dba75", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:d81a2257c7c41f2b47568effc5aff4ebfda5bd1a2e6b475d43d4a59bc1645b35", "enabled": 1 } }, "pkcs11proxyd": { "100": { "checksum": "sha256:8e2c0c536a271a4feb29e50038297a9e84cf248e51cd6236470ebead7d9ef417", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d8a4f7fad607c5febfa4acb92cbee5a9c4939670ac7580ee539699791236f656", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:352ba378970fdcdea8d572611967a6d2d66a21963d8f9460afc2a911a08e6a42", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:a227154068777c55690e3083cb9a2e4a00e603384c28c1b1d42c049929318b6c", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:74ab4308bf363046676f534427f4bf4e3707174bd8fc2989a562cd58c599c1a7", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:ff3f6a75e863b74f4de812ab6e855fa459618881d999cba33f7c50b688452198", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:e0174ea207687eb931e41645952fcbdb5cb0b6dc78e7e8e9f9aa7ffa356f7c6e", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:5360ce181047dafd747f7a1e1a46042d3b980639a21d41d8151f5a9f6332c02a", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:7dccfcaf0c285ceac758c1b945bc85a4c5685bdcd091e11f3e820eb4a4440872", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:0351e5a0da864765c5ee60cbad8cdbaac75d469b7c52e88e7de0c4d5d974e014", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:77aeb93a48e0a021392cb28aadfe6837ac3240538a8afb2ce4c4a63944d6bdff", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:aceb69f4875bac94aeb2f60d2d11b15987195300896902643a256947a5b44911", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:8aa626dcd305d0a0a022903df3384b75b102ad41ae36d7cd2b0f75bfec8ff106", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:711da5867c2fbcc7d8f22541ff31f8d0be53f3d8f2707e20c35cba3a0a1d2759", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:613bb8981c4853309794f3193b854b88cbf106a7d38278233de428ee74c8747c", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:d1c8436f9e2dcac96d6c7f5d31438130a5c2223b677d9fbe4b6155f58c2863cb", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:a5d7882b2ffb5f8a39f8729898fe211ea04186953baed8bbe4e306ee11af54c0", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:5f337d1d586aff866b06b19c7365a244d18dda6e7be8cbd4f28482bce56532cc", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:75dfd94d71b4707e4f61449c4cc8776bb08b1b2b7446bf546f85a0f644fd0021", "enabled": 1 } }, "publicfile": { "100": { "checksum": "sha256:b96ee6c5e1c1f6798963e19233a457b071a49c76716f9abc2f5a64dc58616ce7", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:8bc6aa9740b3a0a51a38eb33d5e64045fb3b2ef13ac7b42e543d7f3fdc57b8a4", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:90acab2d4cd29f2a38505d69d3e5d988cfd6c3922281c75692b974afd5629cd0", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:e555c92dbf83dfa4041539e037f1e022e90703fd63bf431cc9bcc673b0f3185c", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:375207bfbd7c0a55c33b75c49569fb2ed5128e37f1e422ae05758f6d1a5853fc", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:726acb4ba8ea3f01b17a09e7b9b94f69c9f3f9546be65cc3cb0c023515243713", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:0e1731b18d7d5002eadf6f3a5a51f443d43c2ff6eb6714dd2e6789b7ea3e85c8", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:b13d79f8941aed1b695f20ed6d67d57b1b88936a3f9f1d74a92de866000db79f", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7cfbeea28e3f22a1fe4de710508ba2626b5c47280b6f07f74acf69f7017ddafd", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:540e1338993b4fd9ed5e6e1019273b6b16d35757483d3e89fd973bc4a712e497", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:10dec0a8449e941f3dd7bdfae04419b11fd981416bd6b3613223d959599b840f", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:7720f25ee3531ad862c21ffc4e05b71f640eeedf249eb511f0cbd5cf50bb6088", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:bfb647a741e7e3eccac145cef18e7f93b43dcd35b76c2ea9f8ad9bb169d6bc7e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5e1ff17e0f50d0fd137c8b794124904acd63126cbcdf719858c0d9225b18e373", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:d8dee43357ac4d16d9aef07cc84b2898fdbd74f08c1db412963ad6059d68f93d", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:4e699966b28cddedb5853e648489e53097d54a0ed96ff310e14e40c83506fce3", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:754bfe10c445eda714d2bee67de4a2621ec26c0c80d5b7c7e1a9372a78a6e154", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:9f2b5e789d7ac7e264a863e217b8757d56344f58006fb7ad1fb22ed3f48adc86", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:184c5d4a01621bf23fdc6db0c499c7d31b53f6fb652c8d6f1772acb9adebf502", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:7b6098f7708fc4b25daeb6acb2f65c940295b38c9f503de88c1292aa1935c939", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:b6d55346f4a66e71980eb60dce2d89d90f34a1cd07c04f25a686a4e9cfe7de98", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:0e3824c4df81ec0676d250fd45cd3bc6bf796b64b66b48d9cd6fbf506cca22e4", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:94c3640bc7a3fb7952247774d0849c52cd3eca510fd3b4760ec802418406eec2", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:4aed0a4bc3b20b29ce505a1e5d8d9bb7d669e3e33f1a8f9db9d62c928f40b23d", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:c7f1d547102123f8931251f3c9de5e358059ab0b37e9e8a7ec0c2f94275fbe06", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a613b72b44b7441d0f73a4eaf7706133b77d8b50e48093e040e349ad992a363c", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:1fb3eedd2f0a187bc052c68e0ef3018b552d7df96d31a09ff3e0b5e0fafc13a2", "enabled": 1 } }, "rkt": { "100": { "checksum": "sha256:e067894178778b753d301de86a1107a2ddb18f1319a354bbc75b6073ae040d0a", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:022b730386b00ca0e9b559b6f8e34c1548fa333de1c7f15360944f9df046b6a6", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4ac0923017155a1ce2ab3cf9f6a00b2b3ff2913f471ad5d59bc6ce7712cff232", "enabled": 1 } }, "rolekit": { "100": { "checksum": "sha256:a7e1e3f373418150faf1275923ae5eb7efe495208b683bcdaf4a120a6d195df5", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:f06686ea65cebd0647e64b4c1125d860420d4954aa80ccc6873e4f25f0591d9f", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:74ba36bdd94862dced2e449f95184dd7ac95a9b4595adbc08842cdb0838cb709", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:d206626b232a470255b65e77ee47453dcf505e5a4ac8b091bccb99d83a6fea68", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:838703b8ffadf2837a0006bcb0e9f598b05cdc7db8a0249a86ffb4014f11309a", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:ea5c5e06ae845c8f2f598361e93a7b8a8b5581f6058fdb8467e20682615b1d72", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:873a1c086c663a3f86ed314c249715981812a4c89b47506d5e3ca3c52daa7a0f", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:77676e95ac3e374ccd972f48bdc0a55d91e5f3569d5968945b4ca7a5ffe7907b", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5fade909386e8bdbfef561bf620cb2044352990fcacc04f94ebf11f013fc9df1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:112701e78fad84acc5cb2472a68713a057bef08ebef4fd728dcc0a9547166e30", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:20ca33a0e0efd9c737d909361523108fcbe474eb4f0e687d6e09aafc5d483bc1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:b9ef6ead313025c881a78a87e52d129291ef5c9ecbc93407a71e613c595bcbb5", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:d1b667e26021819d88539d63ff3878b85395db7004b1eee43adeea2821808b66", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:553358650aafdcfb7d39ab0635ea07f34e5d45cc4fd7e8ccaffb8e5de21321c6", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81da93c00f58807d640ac908ffd622b6095806f4cf857cc91d9cadc91d85b7ac", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:985a9ff5a7c13fa5cbd97549f3cab7d45e5f1c9d23a980bde1a02f1abc289bed", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a0b6fd8c48ab6790c644c214f78285ddd61a5f27b3d09cff07e494a8d52a5d60", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:d7130e4b5bb7585173b64861eafdbd7ac4f0847bddbc25652e05a5d4019eb06d", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:25101361c0c5aae75ccd587b74c3c1d658a160a7d1fed96145fa500c5d3ac9a9", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:8ffae2c0ffee45848b7a5bd656ca4dbf5204c9c4297756fc5cf1ce92243c1e70", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:123c7e5fca42b9ac324f8359f0bc8e62b3555d0dc0050b25891966186e9b55c2", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:d3a7c6e76e32e91bd8d8e0ab8d588d0dacf3be4d9833d3cd65811095358288b9", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:4d952c683d902cd19070e56e6c727610af985deb62063d24c57995685c26691d", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:1ef97636a7f8c341395b5f258f18eb204c984b25a0215f008488c38f6ed57d00", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:48519c2bf477af0710a3764803f3af136ed09dfc0e609672eb7a1186f6d2e210", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:05520bdbc2ed620840fb87b00dfc46ef8176cd4f44689de6a168d433a0c1493c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:1660ac02dec7df8e8aac5c809357401b955ed67959bbc57c767718b1f799cf49", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:87508ada15cfe4083d464ee850dc473cdab1e5334a8ae0ba9c72cdf8b4978a11", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:78280bf206fa243c01eda4ac7f11c6265a949d579fb6f14169f35561274e6d96", "enabled": 1 } }, "sge": { "100": { "checksum": "sha256:5d26bb32b4c997ca0a2f2668c59bbece8adf5c01e93c81f5e30e3f7251c00f88", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:957acf16e784f7e019bb1c296fca0399373b3e011d23ae274d69d2580a00e465", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:09955f8fdb4a9766e775a66dc5bbad8e1c5fe8c5449436fb28b5e2df3031218b", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:b9af8264d1920489337075578b164dcde09a34766df86d25a1f47cb39c180b66", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:b4f010540ff5cf401730084d5aff3eb55313e924a7fbe866c9f32e664510fc4c", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:abbbe0e1cd1056991f0918525d56eeed18dac87765d98bdc44ee5232b053ea4c", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:31c6298e12034d31a4ee0dbf1f4709a58d6465593328816a9e6cf1bfbc23e545", "enabled": 1 } }, "smsd": { "100": { "checksum": "sha256:cdbb42469c789de2d7fb5109d2400c2a40f932db08c0907be891d471d62a9c52", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:4a908b7f46565020b5f6be7a5338cca5230f9117eebb9c2730bdb16c2d40280c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:7437b396337ca771bc8dc0b485636a5de2da61e644f7823ce655afb7d5ae5df6", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:712c7bca16e9e436bffd5cdb347383ba1ac8b59cc0811f357775682709289f03", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:e7c2a5776a5c658f8a3ac9cf73e36a15751b629efae16233d4cfd4c29c3e2efe", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:7735e5025fe189b3710c69fe7942f43f43939c0c761d5996924375cd25192fe8", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:a7be46650ffcdc4a2616f9e94843ed2cbaad07d47a86ad50098288b233b880c4", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:2f923bcab876540c1af77c1390664cc5b51cac043f2271b3404c4e8481dffb76", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:afc926b81d278cb6176d215e886834574b766ff47d4b1da40f17120a2b030d4b", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:492c451dcb2d8f590497de7b87a7a29a013162997272742df67d165f4a7bf56d", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d4cc7b46c48fbaf226521ff87537f705dfa6a2708df41e3908693349461266b3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:c6ee8b743a5b7a7f5eba5b504b880dce45e32e4f03374fd70a56e2b19d9ecf9b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:e8d71a8c557b7edf114106b4e375e2c0a1828e0a41a0442dc83279793d4beffc", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:cdf0abec375203db4e6f4f62c6a4b2aede1da38446de1ff395ac7f937ce89172", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:06ce68a1a7f6a3b9b11ad68c1191b25996eb49b9f88e0d9dd1a47e1eb71d132e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:122b2be070ea4002ade1778cf479c35c587eb2a6b56d2d140813a38ba689990a", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:8adac933ed87efa4eabf956eff0750facf381530223838310e75d8e269052124", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:9234ee8bdbb1578f525355da1c2a00cb04676ca2977dd44bb380e70e2e87c83f", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:013f402b88050ce03e431c1884264c61ff9952108ed5c144fc4e71acdd1cdcca", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:3653914eeec89b102b74891906eab9f3d386dc426670b9fd7a70af645128a301", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:74ec37abf54aa7b21e4da18c24c64a93d3ca7d74afaafdc38820b9ef7075035f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:75493a3f0c705d6bc26988566b8b98ade5d8f3b7566358c67e6c5a9fb6ae1c1d", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8194ab7aa024e98f3be2fd50d0398d2c806b39ddb0033df913ebbd3ef8f9edfb", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:3084cf83679b13aa61450f6a5ce8dfb584794bf7071d51576b51d94e944a5206", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6e444dcbbc9a0d5f07afc0adef86aa870fdd2acf8c5aac910c3bdc1291eee145", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:936889d2cc1a18f83f9877fd7c27bd6b59f2fd8fff210e795b17edcc2ba8e068", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:ec2edabf92cbd444e5fdd6d6286fa2306eeb41df28eccb805d1661cb10d86468", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:1ed53e5475bf9926bae38f9cda89b47e1a819350a308acbf5c7477e38c5f8308", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:9653a7d0125eaf720d8cc316e1119af8c2732ded2de789fd5bc678ff25f1cfb7", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:19eebbe5c254185cca355749992223ab7ef32fa21761c017e812851dcfc302d5", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:c7f1f4fc9a174efa7bf8a08c813d260d808c2707fa4489f4d5608f3e79679c58", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:88ea4e540a780b1ac3f4f2907d7ba63fa6bcdf37e85370644d00dc16ef1c61de", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:4ba8adc68881a4e586161fbfe573db779f260dbcc0a13b42a9d72ea1a28a3082", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:1354b2219955e432a6c05bac65656443255d41836439f212f2526ae308839aa9", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:6a119b1390c6bd3ae982dd074f50545a2474ab07930e8a82bf781849a907a49c", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:b4c24b88d2926e90d9cda8425fe5af63e2632fc2b403daa19d51f28105cf6377", "enabled": 1 } }, "timedatex": { "100": { "checksum": "sha256:ff2309fe5519837d8d17592febf63ad996d546d10bc745e1fa98489bc3ca2521", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:b3c08780383451a77460b52e84569134082a19633e728a03fb9cbc46d7798444", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:6977b8fbc730d99d77c90ea4486b51906637195882590b81629c74e8e189392c", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:537f429651ccb70936f2caf27e47df2b96f07ad43c9564690e01b86020804b5e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:dc1053eee80fd6b2301daa3171607cd8531f6eb4cd86b77d7ee981ae219be59c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:7c9af5338cf1e7769a6c10eea847d937bc2b81e1ded26d3cc1e7eff88cdc656a", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3000165a2720ae77aa20cf5aae8b0c674ca0bdebd7bcc63a2fefb731548dc7ba", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:8a64ac52bd08c252c25511aa7a36563ef0e5a48f9531e3cdbbe9c40e099e3a72", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:117024b0aaa9b0e2dc8aba07c39aa706f4541dc7e65ed3cf9b77da519383831f", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:7b98ad2aae73399677ce9487719f3d57d3d8488f44c40b2fdefabe7f91ee09c7", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:0f86e248499fa4ff4bbf64d9ea5426dbf7221a9115360491d237122f46d899d9", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:85ac6cbf38090fb30035926f84898a0ef938c9b6f640fd53c952da688255337e", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a6d50357c296e2f0b9a9672a003bf638da804fa658fc4bf37100ab2a112c3d7a", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:c69095d92f4ada74392fdf194480bd7ef94178adf96d66ec294540d5f0fc26bb", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:397e9c73670483c677049b2d9d4f061e711816f67cc6df7b75e897a621ec332d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:a7e4970d8af8ba2ead9a03de3c7185a1777686c141eef428c05ea5e095672aa5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:04f179266549623a73081f75c8292994d6ff85242355704eb4664424222f50b9", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:ef864e07dea7d8afc4f89fd478472c6c78c9f605c07ca498959bc6985ac4ad96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:4aedecfdeed6a0c427a4d9917a7b70c95c70279d2550c9b9f265442e941f7e0f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:949f6a43ffdc343ed6b570f3528ad847d133e8d4cfe60930ea68fea5465209e1", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:988ef94eba5e7704eefef57c21acb08a768b2489d60e6cea18be357a2903e5d9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c7b3cb3989347e4d4019ff44115434c54e119612833ba2c653407d01bf2f609b", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:7793efb52b90a2e11c024b024a83520817f045a44c5db53a29b1fdc0ff12c4f1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:c78ffead84b45c3d793c8c8cbba46fb5e7e27110dfd68386c07dac01a893cc3e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:92864397d76758b2e1efbaf10dad539d9ccea2b9199699205342b65de42c1c27", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ba4b53961a8b2f16ef71f5e4d1b20cfcdca380fff99c9fa3b34a00df45e90391", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:249edd22af0f8c2b350c8e3deabc744ae9570b64eb6cf5a420f6a2d1143712af", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:808bc685f977b3353901d8ee2989b8f7b291848b68fb8403c5c5c800003b400d", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e1577444b44823399ab4ef74976975d669d77adfe29cef9225133b6f35128b75", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:24f28a5a9ab01ed960858bc5d58e193869311eeb75be8e390e6d79228a9c76c2", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:d084edef438506d3db3270a5771bdb3cc39781a41c14a57ec061954ec337b509", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:bd2fb59fc1513c3bcb44d67669c4851a6144ff0198ea86eb36d2eceaee2faa81", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:ed24d5b7dcef3dcc585917979859754d1f83e359b2878916cbaf90ede116e959", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:1640e752808ccdc9b681993e505fcd1e65162326b102219c13738d791b250e01", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:a49239fae76624813aae66de39dce8e7e5ed6611ed41c5636a04e014b650e2e1", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:48847603e60c31a4065d7f1a69e48f02e96851f478c9312aa41e1497a3b0f6ae", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:44299b5d7faccf030fe317e2736f41f2dba79113c9fee969e7c4dd1e2b289ccb", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:99b516f5cc09d2004896d5fc7ceb332359b3c9a225231dc4919e07d0262db66c", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:6d70774bf0e827ba8b995e1f4a672be8cfa356b1f355b814a3bc6324b2728dd3", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:a212d4a1ea9e32b7fe22e0094fadd722422a9a33544d28021f67992d984ca9b3", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:45c1d3f1a4578dfba97adf672ecd698e49cc3519e8e187063579561d0ed33946", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:95d8f528f1d53fcfe53773068d39f1fba8fd2bacb28a3b8ffd40aab2e9c0bf44", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:b37bb3c4bfe50a4e9aa02af73a4847fbbfbd57a10f676c810e2f126319f51459", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:ff674aa30a69dd4d79d5bbb1a0edbdabcb0b8f7f4be1d4e108cabba823f7fdc9", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:8b91f3c7dde7ec2a70fa51491a3d73f970cff517b9a690e265e213b5ec6ba827", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:b856e1df911564090f9faa04e988b74c1d668f1b3337d22fda50f904ff01ed77", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:bef06065ec29e43b7aeb1d38e56b79ea63bcc62c6d20c55fb93555f865234bde", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:478043ae0f5f7fd13c42b8ef48a8128fdd1ef8e77cf8a317766a7a9db19689ba", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Thursday 04 January 2024 23:16:03 +0000 (0:00:04.288) 0:00:59.691 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.035) 0:00:59.726 ****** skipping: [sut] => { "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: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.017) 0:00:59.744 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Install cluster packages] ********* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:44 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.025) 0:00:59.769 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute fence-virt authkey] **** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.023) 0:00:59.792 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure SBD] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:55 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.023) 0:00:59.816 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure corosync] *************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:58 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.024) 0:00:59.840 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Pcs auth] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:61 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.026) 0:00:59.866 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute cluster shared keys] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:66 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.023) 0:00:59.890 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:72 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.031) 0:00:59.921 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:75 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.028) 0:00:59.950 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Create and push CIB] ************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:78 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.025) 0:00:59.975 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_cluster_present | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] ***** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:84 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.025) 0:01:00.000 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-destroy-pcs-0.10.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] ***** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-destroy-pcs-0.10.yml:9 Thursday 04 January 2024 23:16:03 +0000 (0:00:00.059) 0:01:00.059 ****** ok: [sut] => (item=/etc/corosync/corosync.conf) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "pcs", "cluster", "destroy" ], "delta": null, "end": null, "item": "/etc/corosync/corosync.conf", "rc": 0, "start": null } STDOUT: skipped, since /etc/corosync/corosync.conf does not exist MSG: Did not run command since '/etc/corosync/corosync.conf' does not exist ok: [sut] => (item=/var/lib/pacemaker/cib/cib.xml) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "pcs", "cluster", "destroy" ], "delta": null, "end": null, "item": "/var/lib/pacemaker/cib/cib.xml", "rc": 0, "start": null } STDOUT: skipped, since /var/lib/pacemaker/cib/cib.xml does not exist MSG: Did not run command since '/var/lib/pacemaker/cib/cib.xml' does not exist TASK [fedora.linux_system_roles.ha_cluster : Remove fence-virt authkey] ******** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:87 Thursday 04 January 2024 23:16:04 +0000 (0:00:00.414) 0:01:00.474 ****** ok: [sut] => { "changed": false, "path": "/etc/cluster/fence_xvm.key", "state": "absent" } TASK [fedora.linux_system_roles.ha_cluster : Configure qnetd] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:92 Thursday 04 January 2024 23:16:04 +0000 (0:00:00.210) 0:01:00.684 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Remove qnetd configuration] ******* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:3 Thursday 04 January 2024 23:16:04 +0000 (0:00:00.029) 0:01:00.714 ****** skipping: [sut] => { "changed": false, "false_condition": "( not ha_cluster_qnetd.present | d(false) or ha_cluster_qnetd.regenerate_keys | d(false) )", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Setup qnetd] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:16 Thursday 04 January 2024 23:16:04 +0000 (0:00:00.027) 0:01:00.742 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "--start", "--", "qdevice", "setup", "model", "net" ], "delta": "0:00:01.430106", "end": "2024-01-04 23:16:06.276791", "failed_when_result": false, "rc": 0, "start": "2024-01-04 23:16:04.846685" } STDERR: Quorum device 'net' initialized Starting quorum device... quorum device started TASK [fedora.linux_system_roles.ha_cluster : Enable or disable qnetd service on boot] *** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:26 Thursday 04 January 2024 23:16:06 +0000 (0:00:01.644) 0:01:02.386 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "corosync-qnetd", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-01-04 23:16:06 UTC", "ActiveEnterTimestampMonotonic": "533086128", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target network-online.target system.slice basic.target -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-01-04 23:16:06 UTC", "AssertTimestampMonotonic": "533045547", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "34944000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime", "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": "Thu 2024-01-04 23:16:06 UTC", "ConditionTimestampMonotonic": "533045484", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/corosync-qnetd.service", "ControlGroupId": "4679", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Corosync Qdevice Network daemon", "DevicePolicy": "auto", "Documentation": "man:corosync-qnetd", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/corosync-qnetd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14313", "ExecMainStartTimestamp": "Thu 2024-01-04 23:16:06 UTC", "ExecMainStartTimestampMonotonic": "533050800", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/corosync-qnetd ; argv[]=/usr/bin/corosync-qnetd -f $COROSYNC_QNETD_OPTIONS ; ignore_errors=no ; start_time=[Thu 2024-01-04 23:16:06 UTC] ; stop_time=[n/a] ; pid=14313 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/corosync-qnetd ; argv[]=/usr/bin/corosync-qnetd -f $COROSYNC_QNETD_OPTIONS ; flags= ; start_time=[Thu 2024-01-04 23:16:06 UTC] ; stop_time=[n/a] ; pid=14313 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/corosync-qnetd.service", "FreezerState": "running", "GID": "992", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "corosync-qnetd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-01-04 23:16:06 UTC", "InactiveExitTimestampMonotonic": "533051272", "InvocationID": "4cb4530dddcb4aa98107b5982280eaa4", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13975", "LimitNPROCSoft": "13975", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13975", "LimitSIGPENDINGSoft": "13975", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "14313", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "6696960", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "corosync-qnetd.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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target network-online.target system.slice -.mount", "RequiresMountsFor": "/run/corosync-qnetd", "Restart": "on-abnormal", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "corosync-qnetd", "RuntimeDirectoryMode": "0770", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2024-01-04 23:16:06 UTC", "StateChangeTimestampMonotonic": "533086128", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22360", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "992", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "coroqnetd", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get services status] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:36 Thursday 04 January 2024 23:16:06 +0000 (0:00:00.580) 0:01:02.967 ****** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "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": "inactive", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "running", "status": "enabled" }, "corosync.service": { "name": "corosync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crm_mon.service": { "name": "crm_mon.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-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" }, "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" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "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-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": "stopped", "status": "enabled" }, "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@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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": "stopped", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pacemaker.service": { "name": "pacemaker.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcsd-ruby.service": { "name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled" }, "pcsd.service": { "name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "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": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "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-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-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-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-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-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-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": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "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-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": "disabled" }, "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.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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [Check services status] *************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:39 Thursday 04 January 2024 23:16:08 +0000 (0:00:01.594) 0:01:04.561 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall and selinux state] **************************************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:45 Thursday 04 January 2024 23:16:08 +0000 (0:00:00.026) 0:01:04.587 ****** included: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tasks/check_firewall_selinux.yml for sut TASK [Check firewall service status] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tasks/check_firewall_selinux.yml:6 Thursday 04 January 2024 23:16:08 +0000 (0:00:00.032) 0:01:04.620 ****** ok: [sut] => { "changed": false, "cmd": [ "firewall-cmd", "--list-services" ], "delta": "0:00:00.241764", "end": "2024-01-04 23:16:08.962575", "failed_when_result": false, "rc": 0, "start": "2024-01-04 23:16:08.720811" } STDOUT: cockpit dhcpv6-client high-availability ssh TASK [Check firewall port status] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tasks/check_firewall_selinux.yml:12 Thursday 04 January 2024 23:16:08 +0000 (0:00:00.449) 0:01:05.069 ****** ok: [sut] => { "changed": false, "cmd": [ "firewall-cmd", "--list-ports" ], "delta": "0:00:00.234035", "end": "2024-01-04 23:16:09.409569", "failed_when_result": false, "rc": 0, "start": "2024-01-04 23:16:09.175534" } STDOUT: 1229/tcp TASK [Get associated selinux ports] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tasks/check_firewall_selinux.yml:25 Thursday 04 January 2024 23:16:09 +0000 (0:00:00.445) 0:01:05.515 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --info-service=high-availability | egrep \" +ports: +\" | sed -e \"s/ *ports: //\"", "delta": "0:00:00.237866", "end": "2024-01-04 23:16:09.862774", "rc": 0, "start": "2024-01-04 23:16:09.624908" } STDOUT: 2224/tcp 3121/tcp 5403/tcp 5404/udp 5405-5412/udp 9929/tcp 9929/udp 21064/tcp TASK [Check associated selinux ports] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tasks/check_firewall_selinux.yml:33 Thursday 04 January 2024 23:16:09 +0000 (0:00:00.451) 0:01:05.967 ****** ok: [sut] => (item=2224/tcp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port --list | grep cluster_port_t | grep \"2224\" | grep \"tcp\"", "delta": "0:00:00.552840", "end": "2024-01-04 23:16:10.638815", "item": "2224/tcp", "rc": 0, "start": "2024-01-04 23:16:10.085975" } STDOUT: cluster_port_t tcp 21064, 9929, 5403, 3121, 2224, 1229, 5149, 40040, 50006-50008 ok: [sut] => (item=3121/tcp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port --list | grep cluster_port_t | grep \"3121\" | grep \"tcp\"", "delta": "0:00:00.364834", "end": "2024-01-04 23:16:11.202264", "item": "3121/tcp", "rc": 0, "start": "2024-01-04 23:16:10.837430" } STDOUT: cluster_port_t tcp 21064, 9929, 5403, 3121, 2224, 1229, 5149, 40040, 50006-50008 ok: [sut] => (item=5403/tcp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port --list | grep cluster_port_t | grep \"5403\" | grep \"tcp\"", "delta": "0:00:00.361928", "end": "2024-01-04 23:16:11.759948", "item": "5403/tcp", "rc": 0, "start": "2024-01-04 23:16:11.398020" } STDOUT: cluster_port_t tcp 21064, 9929, 5403, 3121, 2224, 1229, 5149, 40040, 50006-50008 ok: [sut] => (item=5404/udp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port --list | grep cluster_port_t | grep \"5404\" | grep \"udp\"", "delta": "0:00:00.364892", "end": "2024-01-04 23:16:12.319955", "item": "5404/udp", "rc": 0, "start": "2024-01-04 23:16:11.955063" } STDOUT: cluster_port_t udp 9929, 5405-5412, 5404, 5149, 50006-50008 ok: [sut] => (item=5405-5412/udp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port --list | grep cluster_port_t | grep \"5405-5412\" | grep \"udp\"", "delta": "0:00:00.365484", "end": "2024-01-04 23:16:12.883191", "item": "5405-5412/udp", "rc": 0, "start": "2024-01-04 23:16:12.517707" } STDOUT: cluster_port_t udp 9929, 5405-5412, 5404, 5149, 50006-50008 ok: [sut] => (item=9929/tcp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port --list | grep cluster_port_t | grep \"9929\" | grep \"tcp\"", "delta": "0:00:00.367667", "end": "2024-01-04 23:16:13.447544", "item": "9929/tcp", "rc": 0, "start": "2024-01-04 23:16:13.079877" } STDOUT: cluster_port_t tcp 21064, 9929, 5403, 3121, 2224, 1229, 5149, 40040, 50006-50008 ok: [sut] => (item=9929/udp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port --list | grep cluster_port_t | grep \"9929\" | grep \"udp\"", "delta": "0:00:00.362883", "end": "2024-01-04 23:16:14.037987", "item": "9929/udp", "rc": 0, "start": "2024-01-04 23:16:13.675104" } STDOUT: cluster_port_t udp 9929, 5405-5412, 5404, 5149, 50006-50008 ok: [sut] => (item=21064/tcp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port --list | grep cluster_port_t | grep \"21064\" | grep \"tcp\"", "delta": "0:00:00.362846", "end": "2024-01-04 23:16:14.597108", "item": "21064/tcp", "rc": 0, "start": "2024-01-04 23:16:14.234262" } STDOUT: cluster_port_t tcp 21064, 9929, 5403, 3121, 2224, 1229, 5149, 40040, 50006-50008 PLAY RECAP ********************************************************************* sut : ok=66 changed=10 unreachable=0 failed=0 skipped=62 rescued=0 ignored=0 Thursday 04 January 2024 23:16:14 +0000 (0:00:04.757) 0:01:10.724 ****** =============================================================================== fedora.linux_system_roles.selinux : Set an SELinux label on a port ----- 14.94s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.ha_cluster : Install role essential packages -- 14.73s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11 Check associated selinux ports ------------------------------------------ 4.76s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tasks/check_firewall_selinux.yml:33 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 4.29s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/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 --- 4.15s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:88 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.70s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed --- 2.02s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_qnetd.yml:9 fedora.linux_system_roles.ha_cluster : Populate service facts ----------- 1.74s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3 fedora.linux_system_roles.ha_cluster : Setup qnetd ---------------------- 1.64s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:16 Get services status ----------------------------------------------------- 1.59s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:36 ---------- fedora.linux_system_roles.ha_cluster : Fetch pcs capabilities ----------- 1.48s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:110 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.28s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.14s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.ha_cluster : Fetch pcsd capabilities ---------- 1.09s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:124 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.92s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 0.89s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.83s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/tests/tests_qnetd.yml:9 ----------- fedora.linux_system_roles.ha_cluster : Distribute pcs_settings.conf ----- 0.60s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:79 fedora.linux_system_roles.ha_cluster : Enable or disable qnetd service on boot --- 0.58s /WORKDIR/git-ansible-lint-test-2.16dnl95_qq/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:26 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [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. [DEPRECATION WARNING]: Encryption using the Python crypt module is deprecated. The Python crypt module is deprecated and will be removed from Python 3.13. Install the passlib library for continued encryption functionality. This feature will be removed in version 2.17. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---