From 7d94a6a7d80ad3b06db2e12bd50ea974e62fefa1 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Fri, 16 Jul 2021 18:08:27 -0700 Subject: [PATCH] fix support for rocky --- .../files/etc/authselect/custom/sssd-rocky/Rocky-8-system-auth | 1 + ansible/playbooks/templates/etc/ssh/Rocky-8-sshd_config.j2 | 1 + 2 files changed, 2 insertions(+) create mode 120000 ansible/playbooks/files/etc/authselect/custom/sssd-rocky/Rocky-8-system-auth create mode 120000 ansible/playbooks/templates/etc/ssh/Rocky-8-sshd_config.j2 diff --git a/ansible/playbooks/files/etc/authselect/custom/sssd-rocky/Rocky-8-system-auth b/ansible/playbooks/files/etc/authselect/custom/sssd-rocky/Rocky-8-system-auth new file mode 120000 index 0000000..62848fb --- /dev/null +++ b/ansible/playbooks/files/etc/authselect/custom/sssd-rocky/Rocky-8-system-auth @@ -0,0 +1 @@ +RedHat-8-system-auth \ No newline at end of file diff --git a/ansible/playbooks/templates/etc/ssh/Rocky-8-sshd_config.j2 b/ansible/playbooks/templates/etc/ssh/Rocky-8-sshd_config.j2 new file mode 120000 index 0000000..33d30c5 --- /dev/null +++ b/ansible/playbooks/templates/etc/ssh/Rocky-8-sshd_config.j2 @@ -0,0 +1 @@ +RedHat-8-sshd_config.j2 \ No newline at end of file