From 66c6aebb3ec7849bd437458f47261f8f3a64eebd Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 17 Aug 2022 17:52:53 -0400 Subject: [PATCH] common: vars for rhel9 Signed-off-by: David Galloway --- roles/common/vars/redhat_9.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/common/vars/redhat_9.yml diff --git a/roles/common/vars/redhat_9.yml b/roles/common/vars/redhat_9.yml new file mode 100644 index 0000000..ae0b538 --- /dev/null +++ b/roles/common/vars/redhat_9.yml @@ -0,0 +1,8 @@ +--- +rhsm_repos: + - rhel-9-for-x86_64-baseos-rpms + - rhel-9-for-x86_64-appstream-rpms + +nrpe_selinux_packages: + - python3-libsemanage + - python3-policycoreutils -- 2.39.5