ansible/roles/base
Kevin Fenzi ddfd50de03 smtp-auth-cc-rdu01: create new smtp auth relay
We need this to try and relay in emails.
It turns out to be bordering on impossible to do this sanely with our
current setup, so make a fedora vm that lets us use saslauthdb to have a
specific (small) list of users that can authenticate and relay emails
via bastion and out. We can't do this on rhel, because they don't build
the saslauthdb backend. We can't use any of the other backends because
they either don't work or would allow any fedora user to relay, which we
do not want.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-05-18 14:35:49 -07:00
..
files smtp-auth-cc-rdu01: create new smtp auth relay 2023-05-18 14:35:49 -07:00
handlers base: no more docker anywhere, drop this 2022-06-02 15:14:54 -07:00
meta base: add tag for basessh role 2023-01-24 18:17:44 -08:00
tasks log01 / rsyslog: install the ca cert and use it in the file 2023-05-04 11:36:56 -07:00
templates ip6tables: allow dhcp6d from aws 2023-01-09 19:06:27 -08:00
README Move base to a role. 2013-08-25 18:44:54 +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.