Use ansible vault for secrets #23
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At least the following files have passwords or secrets which need to be changed from hard coded strings to variables derived from the ansible vault:
roles/bk-dss/templates/config.cfg.j2 fixed in
407409010e
roles/dhcpd/templates/dhcp/dhcpd.conf.j2 fixed in
3e27ad3bde
roles/slapd/templates/slapd.conf.j2 fixed in
786ecd554f
roles/mail/files/rspamd/local.d/worker-controller.inc needs fixing
roles/mail/files/rspamd/local.d/worker-controller.inc contains only hashes. additionally these passwords are unused as the controller is bound to localhost only, which is exempt from password checks.