ansible/roles/basessh
Stephen Smoogen b5e7db6b83 Fix sshd_config for Fedora 36+
I have probably made this a bit wordy but I have found long jinja2
logic statements to be a bit hard to debug or go off the rails. So I
copied the section for Red Hat and used it for Fedora.

Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2023-01-17 17:43:18 -05:00
..
handlers Move SSH setup to its own role 2017-08-16 17:39:23 +00:00
tasks basessh: fix sign_hostnames to use correct variable expansion (i hope) 2022-11-19 10:51:24 -08:00
templates Fix sshd_config for Fedora 36+ 2023-01-17 17:43:18 -05:00
README Move SSH setup to its own role 2017-08-16 17:39:23 +00:00

This role is the base setup for all our machines. 

If there's something that shouldn't be run on every single 
machine, it should be in another role.