How To Install rhel-system-roles on CentOS 8

rhel-system-roles is Set of interfaces for unified system management

Introduction

In this tutorial we learn how to install rhel-system-roles on CentOS 8.

What is rhel-system-roles

Collection of Ansible roles and modules that provide a stable and consistent configuration interface for managing multiple versions of Red Hat Enterprise Linux.

We can use yum or dnf to install rhel-system-roles on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install rhel-system-roles.

Install rhel-system-roles on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install rhel-system-roles using dnf by running the following command:

sudo dnf -y install rhel-system-roles

Install rhel-system-roles on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install rhel-system-roles using yum by running the following command:

sudo yum -y install rhel-system-roles

How To Uninstall rhel-system-roles on CentOS 8

To uninstall only the rhel-system-roles package we can use the following command:

sudo dnf remove rhel-system-roles

rhel-system-roles Package Contents on CentOS 8

/usr/share/ansible
/usr/share/ansible/collections/ansible_collections/redhat
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/.ansible-lint
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/COPYING-kdump
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/COPYING-kernel_settings
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/COPYING-logging
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/COPYING-postfix
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/COPYING-selinux
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/COPYING-timesync
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-certificate
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-crypto_policies
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-ha_cluster
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-kernel_settings
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-logging
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-metrics
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-nbde_client
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-nbde_server
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-network
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-ssh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-sshd
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-storage
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/LICENSE-tlog
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/basic_self_signed.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/dns_ip_and_email.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/key_usage_and_extended_key_usage.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/many_self_signed.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/no_auto_renew.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/not_wait_for_certificate.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/owner_and_group.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/principal.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/subject.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/certificate/wrong_provider.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/ha_cluster
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/ha_cluster/simple.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/metrics
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/metrics/pcp_bpftrace.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/metrics/pcp_elasticsearch.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/metrics/pcp_sqlserver.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/metrics/setup.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/metrics/tests_custom.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/metrics/tests_graph.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/metrics/tests_query.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/nbde_client
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/nbde_client/high_availability.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/nbde_client/remove_binding.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/nbde_server
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/nbde_server/deploy_and_reuse_keys.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/nbde_server/lift_keys_from_servers.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/nbde_server/redeploy_keys.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/nbde_server/simple_deploy.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/bond_simple.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/bond_with_vlan.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/bridge_with_vlan.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/down_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/dummy_simple.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/eth_dns_support.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/eth_simple_auto.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/eth_with_802_1x.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/eth_with_vlan.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/ethtool_coalesce.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/ethtool_features.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/ethtool_features_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/infiniband.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/inventory
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/macvlan.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/remove+down_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/remove_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/team_simple.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/network/wireless_wpa_psk.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/selinux
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/selinux/selinux-playbook.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/ssh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/ssh/simple.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/sshd
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/sshd/example-root-login.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/timesync
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/timesync/multiple-ntp-servers.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/docs/timesync/single-pool.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/galaxy.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/certificate_lsr
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/certificate_lsr/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/certificate_lsr/providers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/certificate_lsr/providers/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/certificate_lsr/providers/base.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/certificate_lsr/providers/certmonger.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/argument_validator.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/ethtool.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/myerror.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/nm
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/nm/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/nm/active_connection.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/nm/client.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/nm/connection.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/nm/error.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/nm/provider.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/nm_provider.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/network_lsr/utils.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/storage_lsr
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/storage_lsr/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/module_utils/storage_lsr/size.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/blivet.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/blockdev_info.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/bsize.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/certificate_request.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/find_unused_disk.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/kernel_settings.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/lvm_gensym.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/nbde_client_clevis.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/nbde_server_tang.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/network_connections.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/resolve_blockdev.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/selogin.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/plugins/modules/timesync_provider.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/certificate/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/tasks/gather_facts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/vars/CentOS_8.1.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/vars/CentOS_8.2.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/vars/RedHat_8.1.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/vars/RedHat_8.2.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/crypto_policies/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/cluster-destroy-pcs-0.10.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/cluster-destroy-pcs-common.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/cluster-setup-pcs-0.10.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/cluster-setup.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/firewall.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/pcs-auth-pcs-0.10.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/pcs-auth.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/tasks/presharedkey.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/templates/pcs_settings.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ha_cluster/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/tasks/ssh.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/templates/kdump.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/templates/kdump.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kdump/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/DCO
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/README-testing.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/tasks/verify_settings.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/templates/kernel_settings.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/kernel_settings/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/logging/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/metrics/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/tasks/main-clevis.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars/RedHat_9.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_client/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/tasks/main-tang.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/tasks/tang-key-management.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/nbde_server/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/CHANGELOG.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/contributing.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/network/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/postfix/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/ovirt
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/ovirt/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/elasticsearch
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/elasticsearch/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/remote_files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/remote_files/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/global.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/input_basics.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/input_basics_rhel7.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/input_ovirt.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/input_relp.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/input_remote.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/input_remote_module.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/input_template.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/output_elasticsearch.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/output_files.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/output_forwards.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/output_relp.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/output_remote_files.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/rsyslog.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/templates/rules.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/templates/bpftrace.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars/RedHat.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_bpftrace/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/templates/elasticsearch.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/templates/pcp2elasticsearch.service.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/CentOS_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/RedHat.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/RedHat_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_elasticsearch/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/files/grafana-pcp-settings.json
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/templates/grafana-pcp-datasources.yaml.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/templates/grafana.ini.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/CentOS_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/RedHat.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/RedHat_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_grafana/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/templates/mssql.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/CentOS_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/RedHat.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/RedHat_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_mssql/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/files/network
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/files/network/tcplistenoverflows
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/files/network/tcpqfulldocookies
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/files/network/tcpqfulldrops
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/files/zeroconf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/files/zeroconf/all_threads
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/tasks/pmcd.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/tasks/pmie.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/tasks/pmlogger.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/tasks/pmproxy.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmcd.defaults.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmcd.explicit.labels.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmcd.implicit.labels.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmcd.sasl2.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmie.control.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmlogger.control.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmlogger.defaults.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmlogger.timers.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/templates/pmproxy.defaults.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/CentOS_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/RedHat.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/RedHat_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_pcp/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/templates/CentOS_8_redis.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/templates/Fedora_31_redis.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/templates/Fedora_32_redis.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/templates/RedHat_8_redis.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/templates/redis.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/templates/redis_5.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/templates/redis_6.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/CentOS_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/Fedora_31.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/RedHat.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/RedHat_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/private_metrics_subrole_redis/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/selinux/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/contributing.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/templates/ssh_config.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/CentOS_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/RedHat_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/Ubuntu.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/ssh/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/CODE_OF_CONDUCT.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/meta/10_top.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/meta/20_middle.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/meta/30_bottom.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/meta/make_option_list
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/meta/options_body
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/meta/options_match
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/tasks/install.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/tasks/sshd.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/tasks/variables.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/templates/sshd.service.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/templates/sshd.socket.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/templates/[email protected]
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/templates/sshd_config.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/templates/sysconfig.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/AIX.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Amazon.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Arch Linux.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Archlinux.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Container Linux by CoreOS.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Debian.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Debian_10.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Debian_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Debian_9.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Fedora_31.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/FreeBSD.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Gentoo.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/OpenBSD.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/RedHat_6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Suse.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Ubuntu_12.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Ubuntu_14.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Ubuntu_16.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Ubuntu_18.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/Ubuntu_20.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/sshd/vars/openSUSE Leap_15.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/README-devel.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main-blivet.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/tasks/stat_device.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/storage/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates/chrony.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates/chronyd.sysconfig.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates/ntp.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates/ntpd.sysconfig.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates/phc2sys.sysconfig.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates/ptp4l.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates/ptp4l.sysconfig.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/templates/timemaster.conf.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/timesync/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/README.html
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/defaults
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/handlers
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/meta
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/meta/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/templates
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/templates/sssd-session-recording.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/templates/sssd.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/templates/tlog-rec-session.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/roles/tlog/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/.fmf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/.fmf/version
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/provision.fmf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tasks/setup_ipa.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_basic_ipa.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_basic_self_signed.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_dns_ip_email.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_fs_attrs.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_key_size.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_key_usage_and_extended_key_usage.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_many_self_signed.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_no_auto_renew.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_not_wait_for_cert.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_principal.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_provider.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_run_hooks.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_subject.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_subject_complex.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/certificate/tests_wrong_provider.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/tests_no_package_update.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/tests_reboot.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/tests_reload.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/crypto_policies/tests_update.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/.fmf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/.fmf/version
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/provision.fmf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/setup_module_utils.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tasks/assert_cluster_running.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tasks/fixture_psks.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tasks/setup_test.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_cluster_basic.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_cluster_basic_custom_fence_agents.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_cluster_basic_custom_pcsd_tls.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_cluster_basic_disabled.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_cluster_basic_existing_psks.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_cluster_basic_new_psks.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_cluster_destroy.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ha_cluster/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/commonvars.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/get_services_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/inventory.yaml.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/restore_services_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/setup_module_utils.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/tests_default_wrapper.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/tests_ssh.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kdump/tests_ssh_wrapper.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/install_ansible_for_testing.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/install_tuned_for_testing.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/run_ansible_for_testing.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tests_change_settings.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tests_simple_settings.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/basic_settings
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/basic_settings/tuned.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/bogus
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/bogus/tuned.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/empty_profile_file
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/empty_profile_file/tuned.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/kernel_settings
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/kernel_settings/tuned.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/tuned/etc/tuned/tuned-main.conf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/unit
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/unit/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/unit/modules
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/unit/modules/__init__.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/unit/modules/test_kernel_settings.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/vars/tests_CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/vars/tests_RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/vars/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/kernel_settings/vars/vars_simple_settings.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/README.md
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tasks/check_daemon_config_files.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tasks/check_packages.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tasks/create_tests_certs.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tasks/test_logger.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_basics_files.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_basics_forwards.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_combination.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_enabled.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_files_elasticsearch.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_files_files.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_imuxsock_files.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_ovirt_elasticsearch.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_relp.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_remote.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_server.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/logging/tests_version.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_bpftrace.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_default_datasources.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_from_elasticsearch.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_fullstack_pmdas.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_grafana.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_grafanapcp.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_into_elasticsearch.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_mssql.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_pcp.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_pmie.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_pmlogger.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_pmproxy.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_redis.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_retention.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/check_sasl.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/get_services_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/restore_services_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/setup_module_utils.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_bz1855539.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_bz1855544.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_auth.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_basic.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_bpftrace.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_from_elasticsearch.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_fullstack.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_graph.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_into_elasticsearch.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_mssql.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_query.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/metrics/tests_sanity_retention.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tasks/cleanup_test.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tasks/rotate_keys.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tasks/setup_test.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tasks/verify_default_key_file.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tasks/verify_default_passphrase.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tasks/verify_idempotency.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tasks/verify_unlock_device.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_bind_high_availability.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_default_vars.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_key_rotation.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_passphrase_temporary.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_passphrase_temporary_keyfile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_simple_bind.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_simple_bind_keyfile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_simple_bind_unbind.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_simple_bind_unbind_keyfile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/tests_use_existing_binding.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars/CentOS_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars/Fedora.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars/RedHat_8.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars/RedHat_9.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars/default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_client/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tasks/verify-role-results.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tasks/verify-tang-results.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_default_vars.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_deploy_keys.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_fetch_keys_deploy_not_set.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_fetch_keys_deploy_set.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_nbde_server_keys_dir.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_nbde_server_rotate_keys.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/nbde_server/tests_nbde_server_service_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/covstats
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/ensure_provider_tests.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files/cacert.key
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files/cacert.pem
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files/client.key
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files/client.key.nocrypt
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files/client.pem
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files/dh.pem
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files/server.key
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/files/server.pem
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/get_coverage.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/get_coverage.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/get_total_coverage.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/integration
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/integration/conftest.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/integration/test_ethernet.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/merge_coverage.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/down_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/files
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/integration_pytest_python3.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/manual_test_ethtool_coalesce.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/remove_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/run_tasks.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_802_1x.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_802_1x_updated.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_bond.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_bond_deprecated.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_bridge.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_checkpoint_cleanup.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_dummy.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_eth_dns_support.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_ethernet.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_ethtool_features.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_provider.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_reapply.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_states.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_team.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_vlan_mtu.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/playbooks/tests_wireless.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/activate_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/assert_device_absent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/assert_device_present.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/assert_output_in_stderr_without_warnings.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/assert_profile_absent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/assert_profile_present.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/cleanup_802_1x_server.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/cleanup_mock_wifi.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/cleanup_profile+device.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/commonvars.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/create_and_remove_interface.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/create_bridge_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/create_bridge_profile_no_autoconnect.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/create_dummy_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/create_team_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/create_test_interfaces_with_dhcp.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/delete_interface.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/enable_epel.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/get_NetworkManager_NVR.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/get_current_interfaces.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/get_interface_stat.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/get_profile_stat.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/get_services_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/manage_test_interface.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/provider
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/provider/create_and_remove_with_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/provider/create_with_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/provider/default_with_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/remove+down_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/remove_profile.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/remove_test_interfaces_with_dhcp.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/restore_services_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/restore_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/run_test.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/save_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/setup_802.1x.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/setup_802_1x_server.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/setup_mock_wifi.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/setup_test_interface.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/show_interfaces.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tasks/test_802.1x_capath.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_802_1x_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_802_1x_updated_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_bond_deprecated_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_bond_deprecated_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_bond_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_bond_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_bridge_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_bridge_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_default_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_default_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_dummy_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_eth_dns_support_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_ethernet_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_ethernet_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_ethtool_coalesce_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_ethtool_features_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_ethtool_features_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_helpers_and_asserts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_integration_pytest.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_provider_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_reapply_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_regression_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_states_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_states_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_team_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_unit.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_vlan_mtu_initscripts.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_vlan_mtu_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/tests_wireless_nm.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/unit
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/unit/test_network_connections.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/network/unit/test_nm_provider.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sanity
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sanity/ignore-2.9.txt
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/selinux.config
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/selinux_apply_reboot.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/selinux_config_restore.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/selinux_config_save.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/selinux_test_transitions.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/set_selinux_variables.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_all_purge.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_all_transitions.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_boolean.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_default_vars.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_fcontext.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_login.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_port.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/selinux/tests_selinux_disabled.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tasks/backup.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tasks/restore.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tasks/setup.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_additional_packages.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_all_options.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_custom_config.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_custom_drop_in.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_global_config.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_global_config_mode.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_global_drop_in.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_match.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_no_skip_defaults.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_precedence.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_regenerate_defaults.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/ssh/tests_user_config.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/inventory
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tasks/backup.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tasks/restore.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tasks/setup.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_alternative_file.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_backup.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_default_include.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_hostkeys.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_hostkeys_missing.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_match.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_match_iterate.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_os_defaults.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_precedence.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_set_common.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_set_uncommon.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_sshd_enable.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/sshd/tests_sysconfig.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/.fmf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/.fmf/version
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/create-test-file.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/get_unused_disk.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/provision.fmf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/roles
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/roles/caller
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/run_blivet.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-members.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool-volumes.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-pool.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-device.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-encryption.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fs.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-fstab.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-md.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-mount.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume-size.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test-verify-volume.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/test.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_disk_fs.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_disk_mount.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_fs_use_partitions.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_change_mount.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_create_disk_then_remove.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_create_lv_size_equal_to_vg.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_create_lvm_pool_then_remove.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_create_partition_volume_then_remove.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_create_raid_pool_then_remove.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_create_raid_volume_then_remove.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_deps.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_disk_errors.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_existing_lvm_pool.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_fatals_raid_pool.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_fatals_raid_volume.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_filesystem_one_disk.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_include_vars_from_parent.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_luks.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_luks_pool.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_auto_size_cap.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_errors.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_multiple_disks_multiple_volumes.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_one_disk_multiple_volumes.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_lvm_one_disk_one_volume.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_misc.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_null_raid_pool.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_pool_options.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_raid_volume_options.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_remove_mount.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_remove_nonexistent_pool.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_resize.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/tests_swap.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/unit
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/unit/bsize_test.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/unit/gensym_test.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/unit/resolve_blockdev_test.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/unit/test_unused_disk.py
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-data-preservation.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-md.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-crypttab.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-member-encryption.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-pool-members-encryption.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/storage/verify-role-results.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/.fmf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/.fmf/version
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/get_services_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/inventory.yaml.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/provision.fmf
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/restore_services_state.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_default_vars.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_default_wrapper.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ntp.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ntp_provider1.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ntp_provider2.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ntp_provider3.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ntp_provider4.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ntp_provider5.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ntp_provider6.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ntp_ptp.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ptp_multi.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/timesync/tests_ptp_single.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/inventory.yaml.j2
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/run_sssd_tests.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/setup_module_utils.sh
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/tests_cockpit.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/tests_default.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/tests_default_vars.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/tests_default_wrapper.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/tests_example.yml
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/tests/tlog/tests_sssd.yml
/usr/share/ansible/roles
/usr/share/ansible/roles/linux-system-roles.certificate
/usr/share/ansible/roles/linux-system-roles.crypto_policies
/usr/share/ansible/roles/linux-system-roles.ha_cluster
/usr/share/ansible/roles/linux-system-roles.kdump
/usr/share/ansible/roles/linux-system-roles.kernel_settings
/usr/share/ansible/roles/linux-system-roles.logging
/usr/share/ansible/roles/linux-system-roles.metrics
/usr/share/ansible/roles/linux-system-roles.nbde_client
/usr/share/ansible/roles/linux-system-roles.nbde_server
/usr/share/ansible/roles/linux-system-roles.network
/usr/share/ansible/roles/linux-system-roles.postfix
/usr/share/ansible/roles/linux-system-roles.selinux
/usr/share/ansible/roles/linux-system-roles.ssh
/usr/share/ansible/roles/linux-system-roles.sshd
/usr/share/ansible/roles/linux-system-roles.storage
/usr/share/ansible/roles/linux-system-roles.timesync
/usr/share/ansible/roles/linux-system-roles.tlog
/usr/share/ansible/roles/rhel-system-roles.certificate
/usr/share/ansible/roles/rhel-system-roles.certificate/LICENSE
/usr/share/ansible/roles/rhel-system-roles.certificate/README.html
/usr/share/ansible/roles/rhel-system-roles.certificate/README.md
/usr/share/ansible/roles/rhel-system-roles.certificate/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.certificate/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.certificate/defaults
/usr/share/ansible/roles/rhel-system-roles.certificate/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/basic_self_signed.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/dns_ip_and_email.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/key_usage_and_extended_key_usage.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/many_self_signed.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/no_auto_renew.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/not_wait_for_certificate.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/owner_and_group.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/principal.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/subject.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/examples/wrong_provider.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/library
/usr/share/ansible/roles/rhel-system-roles.certificate/library/certificate_request.py
/usr/share/ansible/roles/rhel-system-roles.certificate/meta
/usr/share/ansible/roles/rhel-system-roles.certificate/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/module_utils
/usr/share/ansible/roles/rhel-system-roles.certificate/module_utils/certificate_lsr
/usr/share/ansible/roles/rhel-system-roles.certificate/module_utils/certificate_lsr/__init__.py
/usr/share/ansible/roles/rhel-system-roles.certificate/module_utils/certificate_lsr/providers
/usr/share/ansible/roles/rhel-system-roles.certificate/module_utils/certificate_lsr/providers/__init__.py
/usr/share/ansible/roles/rhel-system-roles.certificate/module_utils/certificate_lsr/providers/base.py
/usr/share/ansible/roles/rhel-system-roles.certificate/module_utils/certificate_lsr/providers/certmonger.py
/usr/share/ansible/roles/rhel-system-roles.certificate/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.certificate/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.certificate/pylintrc
/usr/share/ansible/roles/rhel-system-roles.certificate/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.certificate/tasks
/usr/share/ansible/roles/rhel-system-roles.certificate/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/.fmf
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/.fmf/version
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/provision.fmf
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/roles
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tasks/assert_certificate_parameters.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tasks/setup_ipa.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_basic_ipa.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_basic_self_signed.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_dns_ip_email.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_fs_attrs.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_key_size.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_key_usage_and_extended_key_usage.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_many_self_signed.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_no_auto_renew.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_not_wait_for_cert.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_principal.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_provider.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_run_hooks.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_subject.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_subject_complex.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tests/tests_wrong_provider.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/tox.ini
/usr/share/ansible/roles/rhel-system-roles.certificate/vars
/usr/share/ansible/roles/rhel-system-roles.certificate/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.certificate/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/LICENSE
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/README.html
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/README.md
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/defaults
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/handlers
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/meta
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/pylintrc
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tasks
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tasks/gather_facts.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/roles
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/tests_no_package_update.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/tests_reboot.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/tests_reload.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tests/tests_update.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/tox.ini
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/vars
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/vars/CentOS_8.1.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/vars/CentOS_8.2.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/vars/RedHat_8.1.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/vars/RedHat_8.2.yml
/usr/share/ansible/roles/rhel-system-roles.crypto_policies/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/LICENSE
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/README.html
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/README.md
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/defaults
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/handlers
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/meta
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/cluster-destroy-pcs-0.10.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/cluster-destroy-pcs-common.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/cluster-enable-disable.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/cluster-setup.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/firewall.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/install-and-configure-packages.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/pcs-auth-pcs-0.10.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/pcs-auth.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tasks/presharedkey.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/templates
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/templates/pcs_settings.conf
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/.fmf
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/.fmf/version
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/provision.fmf
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/roles
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/setup_module_utils.sh
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tasks/assert_cluster_running.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tasks/fixture_psks.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tasks/setup_test.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_cluster_basic.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_cluster_basic_custom_fence_agents.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_cluster_basic_custom_pcsd_tls.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_cluster_basic_disabled.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_cluster_basic_existing_psks.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_cluster_basic_new_psks.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_cluster_destroy.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/vars
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tests/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/tox.ini
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/vars
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.ha_cluster/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.kdump
/usr/share/ansible/roles/rhel-system-roles.kdump/COPYING
/usr/share/ansible/roles/rhel-system-roles.kdump/README.html
/usr/share/ansible/roles/rhel-system-roles.kdump/README.md
/usr/share/ansible/roles/rhel-system-roles.kdump/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kdump/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kdump/defaults
/usr/share/ansible/roles/rhel-system-roles.kdump/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/handlers
/usr/share/ansible/roles/rhel-system-roles.kdump/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/meta
/usr/share/ansible/roles/rhel-system-roles.kdump/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kdump/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kdump/pylintrc
/usr/share/ansible/roles/rhel-system-roles.kdump/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kdump/tasks
/usr/share/ansible/roles/rhel-system-roles.kdump/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/tasks/ssh.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/templates
/usr/share/ansible/roles/rhel-system-roles.kdump/templates/kdump.conf.j2
/usr/share/ansible/roles/rhel-system-roles.kdump/templates/kdump.j2
/usr/share/ansible/roles/rhel-system-roles.kdump/tests
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/commonvars.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/get_services_state.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/inventory.yaml.j2
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/restore_services_state.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/roles
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/setup_module_utils.sh
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/tests_default_wrapper.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/tests_ssh.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/tests/tests_ssh_wrapper.yml
/usr/share/ansible/roles/rhel-system-roles.kdump/tox.ini
/usr/share/ansible/roles/rhel-system-roles.kdump/vars
/usr/share/ansible/roles/rhel-system-roles.kdump/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/COPYING
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/DCO
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/LICENSE
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/README-testing.md
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/README.html
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/README.md
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/defaults
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/handlers
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/library
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/library/kernel_settings.py
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/meta
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/pylintrc
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tasks
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tasks/verify_settings.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/templates
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/templates/kernel_settings.j2
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/install_ansible_for_testing.sh
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/install_tuned_for_testing.sh
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/roles
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/run_ansible_for_testing.sh
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tasks/assert_kernel_settings.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tasks/assert_kernel_settings_conf_files.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tests_bool_not_allowed.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tests_change_settings.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tests_simple_settings.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/basic_settings
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/basic_settings/tuned.conf
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/bogus
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/bogus/tuned.conf
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/change_settings
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/change_settings/tuned.conf
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/empty_profile_file
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/empty_profile_file/tuned.conf
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/kernel_settings
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/kernel_settings/tuned.conf
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/tuned/etc/tuned/tuned-main.conf
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/unit
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/unit/__init__.py
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/unit/modules
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/unit/modules/__init__.py
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/unit/modules/test_kernel_settings.py
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/vars
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/vars/tests_CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/vars/tests_RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/vars/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tests/vars/vars_simple_settings.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tox.ini
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/tuned_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/vars
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.kernel_settings/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging
/usr/share/ansible/roles/rhel-system-roles.logging/COPYING
/usr/share/ansible/roles/rhel-system-roles.logging/LICENSE
/usr/share/ansible/roles/rhel-system-roles.logging/README.html
/usr/share/ansible/roles/rhel-system-roles.logging/README.md
/usr/share/ansible/roles/rhel-system-roles.logging/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.logging/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.logging/defaults
/usr/share/ansible/roles/rhel-system-roles.logging/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/meta
/usr/share/ansible/roles/rhel-system-roles.logging/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.logging/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.logging/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.logging/roles
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/README.md
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/defaults
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/handlers
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/meta
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/deploy.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/basics
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/basics/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/files
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/files/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/ovirt
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/ovirt/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/relp
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/relp/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/remote
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/inputs/remote/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/elasticsearch
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/elasticsearch/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/files
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/files/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/forwards
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/forwards/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/relp
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/relp/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/remote_files
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/outputs/remote_files/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/tasks/set_certs.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/global.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/input_basics.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/input_basics_rhel7.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/input_ovirt.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/input_relp.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/input_remote.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/input_remote_module.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/input_template.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/output_elasticsearch.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/output_files.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/output_forwards.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/output_relp.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/output_remote_files.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/rsyslog.conf.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/templates/rules.conf.j2
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/basics
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/basics/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/files
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/files/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/ovirt
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/ovirt/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/relp
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/relp/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/remote
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/inputs/remote/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/elasticsearch
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/elasticsearch/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/files
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/files/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/forwards
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/forwards/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/relp
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/relp/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/remote_files
/usr/share/ansible/roles/rhel-system-roles.logging/roles/rsyslog/vars/outputs/remote_files/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tasks
/usr/share/ansible/roles/rhel-system-roles.logging/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests
/usr/share/ansible/roles/rhel-system-roles.logging/tests/README.md
/usr/share/ansible/roles/rhel-system-roles.logging/tests/roles
/usr/share/ansible/roles/rhel-system-roles.logging/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.logging/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.logging/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.logging/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tasks/check_daemon_config_files.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tasks/check_packages.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tasks/create_tests_certs.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tasks/test_logger.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_basics_files.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_basics_forwards.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_combination.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_enabled.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_files_elasticsearch.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_files_files.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_imuxsock_files.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_ovirt_elasticsearch.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_relp.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_remote.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_server.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tests/tests_version.yml
/usr/share/ansible/roles/rhel-system-roles.logging/tox.ini
/usr/share/ansible/roles/rhel-system-roles.metrics
/usr/share/ansible/roles/rhel-system-roles.metrics/LICENSE
/usr/share/ansible/roles/rhel-system-roles.metrics/README.html
/usr/share/ansible/roles/rhel-system-roles.metrics/README.md
/usr/share/ansible/roles/rhel-system-roles.metrics/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.metrics/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.metrics/defaults
/usr/share/ansible/roles/rhel-system-roles.metrics/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/examples
/usr/share/ansible/roles/rhel-system-roles.metrics/examples/pcp_bpftrace.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/examples/pcp_elasticsearch.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/examples/pcp_sqlserver.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/examples/setup.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/examples/tests_custom.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/examples/tests_graph.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/examples/tests_query.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/meta
/usr/share/ansible/roles/rhel-system-roles.metrics/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.metrics/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.metrics/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.metrics/roles
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/README.md
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/defaults
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/handlers
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/meta
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/tasks
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/templates
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/templates/bpftrace.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars/RedHat.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/bpftrace/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/README.md
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/defaults
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/handlers
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/meta
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/tasks
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/templates
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/templates/elasticsearch.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/templates/pcp2elasticsearch.service.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/CentOS_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/RedHat.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/RedHat_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/elasticsearch/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/README.md
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/defaults
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/files
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/files/grafana-pcp-settings.json
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/handlers
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/meta
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/tasks
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/templates
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/templates/grafana-pcp-datasources.yaml.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/templates/grafana.ini.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/CentOS_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/RedHat.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/RedHat_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/grafana/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/README.md
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/defaults
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/handlers
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/meta
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/tasks
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/templates
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/templates/mssql.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/CentOS_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/RedHat.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/RedHat_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/mssql/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/README.md
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/defaults
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/files
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/files/network
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/files/network/tcplistenoverflows
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/files/network/tcpqfulldocookies
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/files/network/tcpqfulldrops
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/files/zeroconf
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/files/zeroconf/all_threads
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/handlers
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/meta
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/tasks
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/tasks/pmcd.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/tasks/pmie.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/tasks/pmlogger.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/tasks/pmproxy.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmcd.defaults.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmcd.explicit.labels.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmcd.implicit.labels.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmcd.sasl2.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmie.control.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmlogger.control.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmlogger.defaults.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmlogger.timers.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/templates/pmproxy.defaults.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/CentOS_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/RedHat.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/RedHat_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/pcp/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/README.md
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/defaults
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/handlers
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/meta
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/tasks
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/templates
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/templates/CentOS_8_redis.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/templates/Fedora_31_redis.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/templates/Fedora_32_redis.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/templates/RedHat_8_redis.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/templates/redis.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/templates/redis_5.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/templates/redis_6.conf.j2
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/CentOS_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/Fedora_31.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/RedHat.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/RedHat_6.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/roles/redis/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tasks
/usr/share/ansible/roles/rhel-system-roles.metrics/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_bpftrace.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_default_datasources.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_from_elasticsearch.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_fullstack_pmdas.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_grafana.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_grafanapcp.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_into_elasticsearch.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_mssql.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_pcp.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_pmie.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_pmlogger.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_pmproxy.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_redis.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_retention.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/check_sasl.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/get_services_state.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/restore_services_state.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/roles
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/setup_module_utils.sh
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_bz1855539.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_bz1855544.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_auth.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_basic.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_bpftrace.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_from_elasticsearch.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_fullstack.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_graph.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_into_elasticsearch.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_mssql.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_query.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tests/tests_sanity_retention.yml
/usr/share/ansible/roles/rhel-system-roles.metrics/tox.ini
/usr/share/ansible/roles/rhel-system-roles.metrics/vars
/usr/share/ansible/roles/rhel-system-roles.metrics/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client
/usr/share/ansible/roles/rhel-system-roles.nbde_client/LICENSE
/usr/share/ansible/roles/rhel-system-roles.nbde_client/README.html
/usr/share/ansible/roles/rhel-system-roles.nbde_client/README.md
/usr/share/ansible/roles/rhel-system-roles.nbde_client/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_client/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_client/defaults
/usr/share/ansible/roles/rhel-system-roles.nbde_client/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/examples
/usr/share/ansible/roles/rhel-system-roles.nbde_client/examples/high_availability.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/examples/remove_binding.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/handlers
/usr/share/ansible/roles/rhel-system-roles.nbde_client/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/library
/usr/share/ansible/roles/rhel-system-roles.nbde_client/library/nbde_client_clevis.py
/usr/share/ansible/roles/rhel-system-roles.nbde_client/meta
/usr/share/ansible/roles/rhel-system-roles.nbde_client/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_client/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_client/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tasks
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tasks/main-clevis.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/roles
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tasks/cleanup_test.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tasks/rotate_keys.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tasks/setup_test.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tasks/verify_default_key_file.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tasks/verify_default_passphrase.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tasks/verify_idempotency.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tasks/verify_unlock_device.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_bind_high_availability.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_default_vars.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_key_rotation.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_passphrase_temporary.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_passphrase_temporary_keyfile.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_simple_bind.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_simple_bind_keyfile.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_simple_bind_unbind.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_simple_bind_unbind_keyfile.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/tests_use_existing_binding.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars/RedHat_9.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tests/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/tox.ini
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars/RedHat_9.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_client/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server
/usr/share/ansible/roles/rhel-system-roles.nbde_server/LICENSE
/usr/share/ansible/roles/rhel-system-roles.nbde_server/README.html
/usr/share/ansible/roles/rhel-system-roles.nbde_server/README.md
/usr/share/ansible/roles/rhel-system-roles.nbde_server/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_server/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_server/defaults
/usr/share/ansible/roles/rhel-system-roles.nbde_server/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/examples
/usr/share/ansible/roles/rhel-system-roles.nbde_server/examples/deploy_and_reuse_keys.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/examples/lift_keys_from_servers.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/examples/redeploy_keys.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/examples/simple_deploy.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/library
/usr/share/ansible/roles/rhel-system-roles.nbde_server/library/nbde_server_tang.py
/usr/share/ansible/roles/rhel-system-roles.nbde_server/meta
/usr/share/ansible/roles/rhel-system-roles.nbde_server/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_server/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_server/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.nbde_server/run_pylint.py
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tasks
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tasks/main-tang.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tasks/tang-key-management.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/roles
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tasks/verify-role-results.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tasks/verify-tang-results.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_default_vars.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_deploy_keys.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_fetch_keys_deploy_not_set.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_fetch_keys_deploy_set.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_nbde_server_keys_dir.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_nbde_server_rotate_keys.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tests/tests_nbde_server_service_state.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/tox.ini
/usr/share/ansible/roles/rhel-system-roles.nbde_server/vars
/usr/share/ansible/roles/rhel-system-roles.nbde_server/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.nbde_server/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.network
/usr/share/ansible/roles/rhel-system-roles.network/CHANGELOG.md
/usr/share/ansible/roles/rhel-system-roles.network/LICENSE
/usr/share/ansible/roles/rhel-system-roles.network/README.html
/usr/share/ansible/roles/rhel-system-roles.network/README.md
/usr/share/ansible/roles/rhel-system-roles.network/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.network/contributing.md
/usr/share/ansible/roles/rhel-system-roles.network/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.network/defaults
/usr/share/ansible/roles/rhel-system-roles.network/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.network/library
/usr/share/ansible/roles/rhel-system-roles.network/library/__init__.py
/usr/share/ansible/roles/rhel-system-roles.network/library/network_connections.py
/usr/share/ansible/roles/rhel-system-roles.network/meta
/usr/share/ansible/roles/rhel-system-roles.network/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.network/module_utils
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/__init__.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/__init__.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/argument_validator.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/ethtool.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/myerror.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/nm
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/nm/__init__.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/nm/active_connection.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/nm/client.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/nm/connection.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/nm/error.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/nm/provider.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/nm_provider.py
/usr/share/ansible/roles/rhel-system-roles.network/module_utils/network_lsr/utils.py
/usr/share/ansible/roles/rhel-system-roles.network/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.network/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.network/pylintrc
/usr/share/ansible/roles/rhel-system-roles.network/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.network/scripts
/usr/share/ansible/roles/rhel-system-roles.network/scripts/print_all_options.py
/usr/share/ansible/roles/rhel-system-roles.network/tasks
/usr/share/ansible/roles/rhel-system-roles.network/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests
/usr/share/ansible/roles/rhel-system-roles.network/tests/covstats
/usr/share/ansible/roles/rhel-system-roles.network/tests/ensure_provider_tests.py
/usr/share/ansible/roles/rhel-system-roles.network/tests/files
/usr/share/ansible/roles/rhel-system-roles.network/tests/files/cacert.key
/usr/share/ansible/roles/rhel-system-roles.network/tests/files/cacert.pem
/usr/share/ansible/roles/rhel-system-roles.network/tests/files/client.key
/usr/share/ansible/roles/rhel-system-roles.network/tests/files/client.key.nocrypt
/usr/share/ansible/roles/rhel-system-roles.network/tests/files/client.pem
/usr/share/ansible/roles/rhel-system-roles.network/tests/files/dh.pem
/usr/share/ansible/roles/rhel-system-roles.network/tests/files/server.key
/usr/share/ansible/roles/rhel-system-roles.network/tests/files/server.pem
/usr/share/ansible/roles/rhel-system-roles.network/tests/get_coverage.sh
/usr/share/ansible/roles/rhel-system-roles.network/tests/get_coverage.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/get_total_coverage.sh
/usr/share/ansible/roles/rhel-system-roles.network/tests/integration
/usr/share/ansible/roles/rhel-system-roles.network/tests/integration/conftest.py
/usr/share/ansible/roles/rhel-system-roles.network/tests/integration/test_ethernet.py
/usr/share/ansible/roles/rhel-system-roles.network/tests/merge_coverage.sh
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/down_profile.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/files
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/integration_pytest_python3.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/manual_test_ethtool_coalesce.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/remove_profile.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/run_tasks.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tasks
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_802_1x.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_802_1x_updated.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_bond.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_bond_deprecated.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_bridge.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_checkpoint_cleanup.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_dummy.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_eth_dns_support.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_ethernet.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_ethtool_coalesce.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_ethtool_features.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_provider.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_reapply.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_states.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_team.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_vlan_mtu.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/playbooks/tests_wireless.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/roles
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/activate_profile.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/assert_device_absent.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/assert_device_present.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/assert_output_in_stderr_without_warnings.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/assert_profile_absent.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/assert_profile_present.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/cleanup_802_1x_server.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/cleanup_mock_wifi.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/cleanup_profile+device.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/commonvars.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/create_and_remove_interface.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/create_bridge_profile.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/create_bridge_profile_no_autoconnect.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/create_dummy_profile.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/create_team_profile.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/create_test_interfaces_with_dhcp.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/delete_interface.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/enable_epel.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/get_NetworkManager_NVR.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/get_current_interfaces.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/get_interface_stat.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/get_modules_and_utils_paths.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/get_profile_stat.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/get_services_state.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/manage_test_interface.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/provider
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/provider/create_and_remove_with_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/provider/create_with_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/provider/default_with_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/remove+down_profile.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/remove_profile.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/remove_test_interfaces_with_dhcp.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/restore_services_state.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/restore_state.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/run_test.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/save_state.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/setup_802.1x.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/setup_802_1x_server.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/setup_mock_wifi.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/setup_test_interface.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/show_interfaces.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tasks/test_802.1x_capath.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_802_1x_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_802_1x_updated_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_bond_deprecated_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_bond_deprecated_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_bond_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_bond_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_bridge_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_bridge_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_default_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_default_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_dummy_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_eth_dns_support_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_ethernet_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_ethernet_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_ethtool_coalesce_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_ethtool_features_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_ethtool_features_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_helpers_and_asserts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_integration_pytest.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_provider_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_reapply_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_regression_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_states_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_states_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_team_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_unit.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_vlan_mtu_initscripts.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_vlan_mtu_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/tests_wireless_nm.yml
/usr/share/ansible/roles/rhel-system-roles.network/tests/unit
/usr/share/ansible/roles/rhel-system-roles.network/tests/unit/test_network_connections.py
/usr/share/ansible/roles/rhel-system-roles.network/tests/unit/test_nm_provider.py
/usr/share/ansible/roles/rhel-system-roles.network/tox.ini
/usr/share/ansible/roles/rhel-system-roles.postfix
/usr/share/ansible/roles/rhel-system-roles.postfix/COPYING
/usr/share/ansible/roles/rhel-system-roles.postfix/README.html
/usr/share/ansible/roles/rhel-system-roles.postfix/README.md
/usr/share/ansible/roles/rhel-system-roles.postfix/defaults
/usr/share/ansible/roles/rhel-system-roles.postfix/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.postfix/handlers
/usr/share/ansible/roles/rhel-system-roles.postfix/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.postfix/meta
/usr/share/ansible/roles/rhel-system-roles.postfix/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.postfix/tasks
/usr/share/ansible/roles/rhel-system-roles.postfix/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.selinux
/usr/share/ansible/roles/rhel-system-roles.selinux/COPYING
/usr/share/ansible/roles/rhel-system-roles.selinux/README.html
/usr/share/ansible/roles/rhel-system-roles.selinux/README.md
/usr/share/ansible/roles/rhel-system-roles.selinux/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.selinux/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.selinux/defaults
/usr/share/ansible/roles/rhel-system-roles.selinux/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/library
/usr/share/ansible/roles/rhel-system-roles.selinux/library/selogin.py
/usr/share/ansible/roles/rhel-system-roles.selinux/meta
/usr/share/ansible/roles/rhel-system-roles.selinux/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.selinux/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.selinux/pylintrc
/usr/share/ansible/roles/rhel-system-roles.selinux/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.selinux/tasks
/usr/share/ansible/roles/rhel-system-roles.selinux/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/roles
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/selinux.config
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/selinux_apply_reboot.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/selinux_config_restore.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/selinux_config_save.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/selinux_test_transitions.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/set_selinux_variables.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_all_purge.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_all_transitions.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_boolean.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_default_vars.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_fcontext.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_login.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_port.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tests/tests_selinux_disabled.yml
/usr/share/ansible/roles/rhel-system-roles.selinux/tox.ini
/usr/share/ansible/roles/rhel-system-roles.selinux/vars
/usr/share/ansible/roles/rhel-system-roles.selinux/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.ssh
/usr/share/ansible/roles/rhel-system-roles.ssh/LICENSE
/usr/share/ansible/roles/rhel-system-roles.ssh/README.html
/usr/share/ansible/roles/rhel-system-roles.ssh/README.md
/usr/share/ansible/roles/rhel-system-roles.ssh/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ssh/contributing.md
/usr/share/ansible/roles/rhel-system-roles.ssh/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ssh/defaults
/usr/share/ansible/roles/rhel-system-roles.ssh/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/examples
/usr/share/ansible/roles/rhel-system-roles.ssh/examples/simple.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/meta
/usr/share/ansible/roles/rhel-system-roles.ssh/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ssh/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ssh/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.ssh/tasks
/usr/share/ansible/roles/rhel-system-roles.ssh/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/templates
/usr/share/ansible/roles/rhel-system-roles.ssh/templates/ssh_config.j2
/usr/share/ansible/roles/rhel-system-roles.ssh/tests
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/roles
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tasks/backup.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tasks/restore.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tasks/setup.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_additional_packages.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_all_options.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_custom_config.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_custom_drop_in.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_global_config.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_global_config_mode.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_global_drop_in.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_match.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_no_skip_defaults.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_precedence.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_regenerate_defaults.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tests/tests_user_config.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/tox.ini
/usr/share/ansible/roles/rhel-system-roles.ssh/vars
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/CentOS_6.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/RedHat_6.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/Ubuntu.yml
/usr/share/ansible/roles/rhel-system-roles.ssh/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.sshd
/usr/share/ansible/roles/rhel-system-roles.sshd/CHANGELOG
/usr/share/ansible/roles/rhel-system-roles.sshd/CODE_OF_CONDUCT.md
/usr/share/ansible/roles/rhel-system-roles.sshd/LICENSE
/usr/share/ansible/roles/rhel-system-roles.sshd/README.html
/usr/share/ansible/roles/rhel-system-roles.sshd/README.md
/usr/share/ansible/roles/rhel-system-roles.sshd/Vagrantfile
/usr/share/ansible/roles/rhel-system-roles.sshd/defaults
/usr/share/ansible/roles/rhel-system-roles.sshd/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/handlers
/usr/share/ansible/roles/rhel-system-roles.sshd/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/meta
/usr/share/ansible/roles/rhel-system-roles.sshd/meta/10_top.j2
/usr/share/ansible/roles/rhel-system-roles.sshd/meta/20_middle.j2
/usr/share/ansible/roles/rhel-system-roles.sshd/meta/30_bottom.j2
/usr/share/ansible/roles/rhel-system-roles.sshd/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/meta/make_option_list
/usr/share/ansible/roles/rhel-system-roles.sshd/meta/options_body
/usr/share/ansible/roles/rhel-system-roles.sshd/meta/options_match
/usr/share/ansible/roles/rhel-system-roles.sshd/tasks
/usr/share/ansible/roles/rhel-system-roles.sshd/tasks/install.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tasks/sshd.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tasks/variables.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/templates
/usr/share/ansible/roles/rhel-system-roles.sshd/templates/sshd.service.j2
/usr/share/ansible/roles/rhel-system-roles.sshd/templates/sshd.socket.j2
/usr/share/ansible/roles/rhel-system-roles.sshd/templates/[email protected]
/usr/share/ansible/roles/rhel-system-roles.sshd/templates/sshd_config.j2
/usr/share/ansible/roles/rhel-system-roles.sshd/templates/sysconfig.j2
/usr/share/ansible/roles/rhel-system-roles.sshd/tests
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/inventory
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/roles
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/roles/.gitkeep
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tasks
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tasks/backup.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tasks/restore.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tasks/setup.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_alternative_file.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_backup.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_default_include.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_hostkeys.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_hostkeys_missing.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_match.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_match_iterate.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_os_defaults.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_precedence.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_set_common.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_set_uncommon.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_sshd_enable.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/tests/tests_sysconfig.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/AIX.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Amazon.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Arch Linux.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Archlinux.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Container Linux by CoreOS.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Debian.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Debian_10.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Debian_8.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Debian_9.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Fedora_31.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/FreeBSD.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Gentoo.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/OpenBSD.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/RedHat_6.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Suse.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Ubuntu_12.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Ubuntu_14.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Ubuntu_16.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Ubuntu_18.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/Ubuntu_20.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/default.yml
/usr/share/ansible/roles/rhel-system-roles.sshd/vars/openSUSE Leap_15.yml
/usr/share/ansible/roles/rhel-system-roles.storage
/usr/share/ansible/roles/rhel-system-roles.storage/LICENSE
/usr/share/ansible/roles/rhel-system-roles.storage/README-devel.md
/usr/share/ansible/roles/rhel-system-roles.storage/README.html
/usr/share/ansible/roles/rhel-system-roles.storage/README.md
/usr/share/ansible/roles/rhel-system-roles.storage/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.storage/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.storage/defaults
/usr/share/ansible/roles/rhel-system-roles.storage/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.storage/handlers
/usr/share/ansible/roles/rhel-system-roles.storage/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.storage/library
/usr/share/ansible/roles/rhel-system-roles.storage/library/blivet.py
/usr/share/ansible/roles/rhel-system-roles.storage/library/blockdev_info.py
/usr/share/ansible/roles/rhel-system-roles.storage/library/bsize.py
/usr/share/ansible/roles/rhel-system-roles.storage/library/find_unused_disk.py
/usr/share/ansible/roles/rhel-system-roles.storage/library/lvm_gensym.py
/usr/share/ansible/roles/rhel-system-roles.storage/library/resolve_blockdev.py
/usr/share/ansible/roles/rhel-system-roles.storage/meta
/usr/share/ansible/roles/rhel-system-roles.storage/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.storage/module_utils
/usr/share/ansible/roles/rhel-system-roles.storage/module_utils/storage_lsr
/usr/share/ansible/roles/rhel-system-roles.storage/module_utils/storage_lsr/__init__.py
/usr/share/ansible/roles/rhel-system-roles.storage/module_utils/storage_lsr/size.py
/usr/share/ansible/roles/rhel-system-roles.storage/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.storage/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.storage/pylintrc
/usr/share/ansible/roles/rhel-system-roles.storage/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.storage/tasks
/usr/share/ansible/roles/rhel-system-roles.storage/tasks/main-blivet.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tasks/stat_device.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests
/usr/share/ansible/roles/rhel-system-roles.storage/tests/.fmf
/usr/share/ansible/roles/rhel-system-roles.storage/tests/.fmf/version
/usr/share/ansible/roles/rhel-system-roles.storage/tests/create-test-file.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/get_unused_disk.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/provision.fmf
/usr/share/ansible/roles/rhel-system-roles.storage/tests/roles
/usr/share/ansible/roles/rhel-system-roles.storage/tests/roles/caller
/usr/share/ansible/roles/rhel-system-roles.storage/tests/roles/caller/tasks
/usr/share/ansible/roles/rhel-system-roles.storage/tests/roles/caller/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/roles/caller/vars
/usr/share/ansible/roles/rhel-system-roles.storage/tests/roles/caller/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/run_blivet.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-pool-members.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-pool-volumes.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-pool.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-device.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-encryption.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fs.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-fstab.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-md.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-mount.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume-size.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test-verify-volume.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/test.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_change_disk_fs.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_change_disk_mount.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_change_fs.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_change_fs_use_partitions.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_change_mount.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_create_disk_then_remove.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_create_lv_size_equal_to_vg.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_create_lvm_pool_then_remove.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_create_partition_volume_then_remove.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_create_raid_pool_then_remove.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_create_raid_volume_then_remove.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_deps.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_disk_errors.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_existing_lvm_pool.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_fatals_raid_pool.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_fatals_raid_volume.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_filesystem_one_disk.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_include_vars_from_parent.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_luks.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_luks_pool.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_lvm_auto_size_cap.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_lvm_errors.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_lvm_multiple_disks_multiple_volumes.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_lvm_one_disk_multiple_volumes.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_lvm_one_disk_one_volume.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_misc.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_null_raid_pool.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_raid_pool_options.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_raid_volume_options.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_remove_mount.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_remove_nonexistent_pool.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_resize.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/tests_swap.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/unit
/usr/share/ansible/roles/rhel-system-roles.storage/tests/unit/bsize_test.py
/usr/share/ansible/roles/rhel-system-roles.storage/tests/unit/gensym_test.py
/usr/share/ansible/roles/rhel-system-roles.storage/tests/unit/resolve_blockdev_test.py
/usr/share/ansible/roles/rhel-system-roles.storage/tests/unit/test_unused_disk.py
/usr/share/ansible/roles/rhel-system-roles.storage/tests/verify-data-preservation.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/verify-pool-md.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/verify-pool-member-crypttab.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/verify-pool-member-encryption.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/verify-pool-members-encryption.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tests/verify-role-results.yml
/usr/share/ansible/roles/rhel-system-roles.storage/tox.ini
/usr/share/ansible/roles/rhel-system-roles.storage/vars
/usr/share/ansible/roles/rhel-system-roles.storage/vars/CentOS_7.yml
/usr/share/ansible/roles/rhel-system-roles.storage/vars/CentOS_8.yml
/usr/share/ansible/roles/rhel-system-roles.storage/vars/Fedora.yml
/usr/share/ansible/roles/rhel-system-roles.storage/vars/RedHat_7.yml
/usr/share/ansible/roles/rhel-system-roles.storage/vars/RedHat_8.yml
/usr/share/ansible/roles/rhel-system-roles.timesync
/usr/share/ansible/roles/rhel-system-roles.timesync/COPYING
/usr/share/ansible/roles/rhel-system-roles.timesync/README.html
/usr/share/ansible/roles/rhel-system-roles.timesync/README.md
/usr/share/ansible/roles/rhel-system-roles.timesync/defaults
/usr/share/ansible/roles/rhel-system-roles.timesync/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/examples
/usr/share/ansible/roles/rhel-system-roles.timesync/handlers
/usr/share/ansible/roles/rhel-system-roles.timesync/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/library
/usr/share/ansible/roles/rhel-system-roles.timesync/library/timesync_provider.sh
/usr/share/ansible/roles/rhel-system-roles.timesync/meta
/usr/share/ansible/roles/rhel-system-roles.timesync/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tasks
/usr/share/ansible/roles/rhel-system-roles.timesync/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/templates
/usr/share/ansible/roles/rhel-system-roles.timesync/templates/chrony.conf.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/templates/chronyd.sysconfig.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/templates/ntp.conf.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/templates/ntpd.sysconfig.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/templates/phc2sys.sysconfig.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/templates/ptp4l.conf.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/templates/ptp4l.sysconfig.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/templates/timemaster.conf.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/tests
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/.fmf
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/.fmf/version
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/get_services_state.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/inventory.yaml.j2
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/provision.fmf
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/restore_services_state.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/roles
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_default_vars.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_default_wrapper.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ntp.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ntp_provider1.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ntp_provider2.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ntp_provider3.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ntp_provider4.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ntp_provider5.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ntp_provider6.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ntp_ptp.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ptp_multi.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/tests/tests_ptp_single.yml
/usr/share/ansible/roles/rhel-system-roles.timesync/vars
/usr/share/ansible/roles/rhel-system-roles.timesync/vars/main.yml
/usr/share/ansible/roles/rhel-system-roles.tlog
/usr/share/ansible/roles/rhel-system-roles.tlog/LICENSE
/usr/share/ansible/roles/rhel-system-roles.tlog/README.html
/usr/share/ansible/roles/rhel-system-roles.tlog/README.md
/usr/share/ansible/roles/rhel-system-roles.tlog/ansible_pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.tlog/custom_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.tlog/defaults
/usr/share/ansible/roles/rhel-system-roles.tlog/defaults/main.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/handlers
/usr/share/ansible/roles/rhel-system-roles.tlog/handlers/main.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/meta
/usr/share/ansible/roles/rhel-system-roles.tlog/meta/main.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/molecule_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.tlog/pylint_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.tlog/pylintrc
/usr/share/ansible/roles/rhel-system-roles.tlog/pytest_extra_requirements.txt
/usr/share/ansible/roles/rhel-system-roles.tlog/tasks
/usr/share/ansible/roles/rhel-system-roles.tlog/tasks/main.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/templates
/usr/share/ansible/roles/rhel-system-roles.tlog/templates/sssd-session-recording.conf
/usr/share/ansible/roles/rhel-system-roles.tlog/templates/sssd.conf
/usr/share/ansible/roles/rhel-system-roles.tlog/templates/tlog-rec-session.conf
/usr/share/ansible/roles/rhel-system-roles.tlog/tests
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/inventory.yaml.j2
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/roles
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/run_sssd_tests.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/setup_module_utils.sh
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/tests_cockpit.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/tests_default.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/tests_default_vars.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/tests_default_wrapper.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/tests_example.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/tests/tests_sssd.yml
/usr/share/ansible/roles/rhel-system-roles.tlog/tox.ini
/usr/share/ansible/roles/rhel-system-roles.tlog/vars
/usr/share/ansible/roles/rhel-system-roles.tlog/vars/main.yml
/usr/share/doc/rhel-system-roles/certificate/README.html
/usr/share/doc/rhel-system-roles/certificate/README.md
/usr/share/doc/rhel-system-roles/collection/README.html
/usr/share/doc/rhel-system-roles/collection/README.md
/usr/share/doc/rhel-system-roles/collection/roles/certificate/README.html
/usr/share/doc/rhel-system-roles/collection/roles/certificate/README.md
/usr/share/doc/rhel-system-roles/collection/roles/crypto_policies/README.html
/usr/share/doc/rhel-system-roles/collection/roles/crypto_policies/README.md
/usr/share/doc/rhel-system-roles/collection/roles/ha_cluster/README.html
/usr/share/doc/rhel-system-roles/collection/roles/ha_cluster/README.md
/usr/share/doc/rhel-system-roles/collection/roles/kdump/README.html
/usr/share/doc/rhel-system-roles/collection/roles/kdump/README.md
/usr/share/doc/rhel-system-roles/collection/roles/kernel_settings/README.html
/usr/share/doc/rhel-system-roles/collection/roles/kernel_settings/README.md
/usr/share/doc/rhel-system-roles/collection/roles/logging/README.html
/usr/share/doc/rhel-system-roles/collection/roles/logging/README.md
/usr/share/doc/rhel-system-roles/collection/roles/metrics/README.html
/usr/share/doc/rhel-system-roles/collection/roles/metrics/README.md
/usr/share/doc/rhel-system-roles/collection/roles/nbde_client/README.html
/usr/share/doc/rhel-system-roles/collection/roles/nbde_client/README.md
/usr/share/doc/rhel-system-roles/collection/roles/nbde_server/README.html
/usr/share/doc/rhel-system-roles/collection/roles/nbde_server/README.md
/usr/share/doc/rhel-system-roles/collection/roles/network/README.html
/usr/share/doc/rhel-system-roles/collection/roles/network/README.md
/usr/share/doc/rhel-system-roles/collection/roles/postfix/README.html
/usr/share/doc/rhel-system-roles/collection/roles/postfix/README.md
/usr/share/doc/rhel-system-roles/collection/roles/selinux/README.html
/usr/share/doc/rhel-system-roles/collection/roles/selinux/README.md
/usr/share/doc/rhel-system-roles/collection/roles/ssh/README.html
/usr/share/doc/rhel-system-roles/collection/roles/ssh/README.md
/usr/share/doc/rhel-system-roles/collection/roles/sshd/README.html
/usr/share/doc/rhel-system-roles/collection/roles/sshd/README.md
/usr/share/doc/rhel-system-roles/collection/roles/storage/README.html
/usr/share/doc/rhel-system-roles/collection/roles/storage/README.md
/usr/share/doc/rhel-system-roles/collection/roles/timesync/README.html
/usr/share/doc/rhel-system-roles/collection/roles/timesync/README.md
/usr/share/doc/rhel-system-roles/collection/roles/tlog/README.html
/usr/share/doc/rhel-system-roles/collection/roles/tlog/README.md
/usr/share/doc/rhel-system-roles/crypto_policies/README.html
/usr/share/doc/rhel-system-roles/crypto_policies/README.md
/usr/share/doc/rhel-system-roles/ha_cluster/README.html
/usr/share/doc/rhel-system-roles/ha_cluster/README.md
/usr/share/doc/rhel-system-roles/ha_cluster/example-simple-playbook.yml
/usr/share/doc/rhel-system-roles/kdump/README.html
/usr/share/doc/rhel-system-roles/kdump/README.md
/usr/share/doc/rhel-system-roles/kernel_settings/README.html
/usr/share/doc/rhel-system-roles/kernel_settings/README.md
/usr/share/doc/rhel-system-roles/logging/README.html
/usr/share/doc/rhel-system-roles/logging/README.md
/usr/share/doc/rhel-system-roles/metrics/README.html
/usr/share/doc/rhel-system-roles/metrics/README.md
/usr/share/doc/rhel-system-roles/nbde_client/README.html
/usr/share/doc/rhel-system-roles/nbde_client/README.md
/usr/share/doc/rhel-system-roles/nbde_server/README.html
/usr/share/doc/rhel-system-roles/nbde_server/README.md
/usr/share/doc/rhel-system-roles/network/README.html
/usr/share/doc/rhel-system-roles/network/README.md
/usr/share/doc/rhel-system-roles/network/example-bond_simple-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-bond_with_vlan-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-bridge_with_vlan-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-down_profile-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-dummy_simple-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-eth_dns_support-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-eth_simple_auto-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-eth_with_802_1x-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-eth_with_vlan-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-ethtool_coalesce-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-ethtool_features-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-ethtool_features_default-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-infiniband-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-inventory
/usr/share/doc/rhel-system-roles/network/example-macvlan-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-remove+down_profile-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-remove_profile-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-team_simple-playbook.yml
/usr/share/doc/rhel-system-roles/network/example-wireless_wpa_psk-playbook.yml
/usr/share/doc/rhel-system-roles/postfix/README.html
/usr/share/doc/rhel-system-roles/postfix/README.md
/usr/share/doc/rhel-system-roles/selinux/README.html
/usr/share/doc/rhel-system-roles/selinux/README.md
/usr/share/doc/rhel-system-roles/selinux/example-selinux-playbook.yml
/usr/share/doc/rhel-system-roles/ssh/README.html
/usr/share/doc/rhel-system-roles/ssh/README.md
/usr/share/doc/rhel-system-roles/sshd/README.html
/usr/share/doc/rhel-system-roles/sshd/README.md
/usr/share/doc/rhel-system-roles/sshd/example-root-login-playbook.yml
/usr/share/doc/rhel-system-roles/storage/README.html
/usr/share/doc/rhel-system-roles/storage/README.md
/usr/share/doc/rhel-system-roles/timesync/README.html
/usr/share/doc/rhel-system-roles/timesync/README.md
/usr/share/doc/rhel-system-roles/timesync/example-timesync-playbook.yml
/usr/share/doc/rhel-system-roles/timesync/example-timesync-pool-playbook.yml
/usr/share/doc/rhel-system-roles/tlog/README.html
/usr/share/doc/rhel-system-roles/tlog/README.md
/usr/share/licenses/rhel-system-roles/certificate.LICENSE
/usr/share/licenses/rhel-system-roles/crypto_policies.LICENSE
/usr/share/licenses/rhel-system-roles/ha_cluster.LICENSE
/usr/share/licenses/rhel-system-roles/kdump.COPYING
/usr/share/licenses/rhel-system-roles/kernel_settings.COPYING
/usr/share/licenses/rhel-system-roles/kernel_settings.LICENSE
/usr/share/licenses/rhel-system-roles/logging.COPYING
/usr/share/licenses/rhel-system-roles/logging.LICENSE
/usr/share/licenses/rhel-system-roles/metrics.LICENSE
/usr/share/licenses/rhel-system-roles/nbde_client.LICENSE
/usr/share/licenses/rhel-system-roles/nbde_server.LICENSE
/usr/share/licenses/rhel-system-roles/network.LICENSE
/usr/share/licenses/rhel-system-roles/postfix.COPYING
/usr/share/licenses/rhel-system-roles/selinux.COPYING
/usr/share/licenses/rhel-system-roles/ssh.LICENSE
/usr/share/licenses/rhel-system-roles/sshd.LICENSE
/usr/share/licenses/rhel-system-roles/storage.LICENSE
/usr/share/licenses/rhel-system-roles/timesync.COPYING
/usr/share/licenses/rhel-system-roles/tlog.LICENSE

References

Summary

In this tutorial we learn how to install rhel-system-roles on CentOS 8 using yum and dnf.