ansible/roles/basessh
Kevin Fenzi 0be4815020 basessh: We need a sftp server for ansible, so switch to the internal one.
The external one won't start if it can't read /etc/ssh/sshd_config
and the internal one is likely faster and better anyhow.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-04-09 18:13:26 +00:00
..
handlers Move SSH setup to its own role 2017-08-16 17:39:23 +00:00
tasks basessh: switch fedora to use dnf here (since package wants dnf-2) 2019-04-08 20:59:29 +00:00
templates basessh: We need a sftp server for ansible, so switch to the internal one. 2019-04-09 18:13:26 +00: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.