ansible/roles/basessh
Kevin Fenzi dfa13ef9c7 Revert "Add elif to sshd_config template for EL7"
This reverts commit 3437042944.

This doesn't work on rhel8 machines:
/etc/crypto-policies/back-ends/opensshserver.config: line 1: Bad configuration option: CRYPTO_POLICY
/etc/crypto-policies/back-ends/opensshserver.config: terminating, 1 bad configuration options
2022-12-05 16:59:49 -08: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 Revert "Add elif to sshd_config template for EL7" 2022-12-05 16:59:49 -08: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.