From: David Galloway Date: Wed, 17 Aug 2022 21:57:15 +0000 (-0400) Subject: testnode: RHEL9 vars/templates X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=223939b9afdb4dc0bd06de3c8a2988991c98b783;p=ceph-cm-ansible.git testnode: RHEL9 vars/templates Signed-off-by: David Galloway --- diff --git a/roles/testnode/templates/ssh/sshd_config_redhat_9 b/roles/testnode/templates/ssh/sshd_config_redhat_9 new file mode 100644 index 0000000..087d4c7 --- /dev/null +++ b/roles/testnode/templates/ssh/sshd_config_redhat_9 @@ -0,0 +1,38 @@ +# {{ ansible_managed }} +# $OpenBSD: sshd_config,v 1.90 2013/05/16 04:09:14 dtucker Exp $ + +# This is the sshd server system-wide configuration file. See +# sshd_config(5) for more information. + +# This sshd was compiled with PATH=/usr/local/bin:/usr/bin + +HostKey /etc/ssh/ssh_host_rsa_key +HostKey /etc/ssh/ssh_host_ecdsa_key + +SyslogFacility AUTHPRIV + +AuthorizedKeysFile .ssh/authorized_keys + +PasswordAuthentication yes + +ChallengeResponseAuthentication no + +# GSSAPI options +GSSAPIAuthentication yes +GSSAPICleanupCredentials yes + +UsePAM yes + +X11Forwarding yes +UsePrivilegeSeparation sandbox # Default for new installations. + +# Accept locale-related environment variables +AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES +AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT +AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE +AcceptEnv XMODIFIERS + +# override default of no subsystems +Subsystem sftp /usr/libexec/openssh/sftp-server + +MaxSessions 1000 diff --git a/roles/testnode/vars/redhat_9.yml b/roles/testnode/vars/redhat_9.yml new file mode 100644 index 0000000..5e51e50 --- /dev/null +++ b/roles/testnode/vars/redhat_9.yml @@ -0,0 +1,54 @@ +--- +# Packages that are in RHEL8 but not in RHEL9: +# redhat-lsb libev-devel python3-nose python3-virtualenv iozone +# Packages that needed to be added to this vars file: +# python3-pip + +packages: + - dnf-utils + - git-all + - sysstat + - libedit + - boost-thread + - xfsprogs + - gdisk + - parted + - libgcrypt + - fuse-libs + - openssl + - libuuid + - attr + - ant + - lsof + - gettext + - bc + - xfsdump + - blktrace + - usbredir + - podman + - firewalld + - wget + - valgrind + - nfs-utils + - ncurses-devel + - gcc + - git + - make + - genisoimage + - qemu-img + - qemu-kvm-core + - qemu-kvm-block-rbd + - libacl-devel + - autoconf + - gdb + - lvm2 + - python3-pip + +epel_packages: + - dbench + +nfs_service: nfs-server + +ntp_service_name: chronyd + +configure_abrt: false