1
0
Fork 0
forked from infra/ansible
infra-ansible/roles/basessh
Kevin Fenzi 6a624f306b basessh: Use ListenAddress on hosts with secondary addresses.
If a host has a secondary ipv4 or ipv6 address, only have sshd listen on
the primary ip. This will allow hosts with secondary ips to use ssh port
on secondary ip's for other things.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-23 14:42:56 -07:00
..
handlers Fix name[casing] ansible-lint issues 2025-01-14 20:20:07 +10:00
tasks basessh: remove rhel7 stuff and clean up template 2025-07-16 11:57:10 -07:00
templates basessh: Use ListenAddress on hosts with secondary addresses. 2026-06-23 14:42:56 -07: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.