We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all, thank you for the very useful ansible collection and the existing roles - they make my setup and hardening efforts really painless.
I'm wondering, if there are any plans to also create a postgresql hardening role for ansible? Similar to the mysql hardening role.
Is there any demand / interest in this - or is it just me?
The baseline is described on the website: https://dev-sec.io/baselines/postgres/ But a bit outdated, since the password for example should nowadays be scram-sha256, however that is present in the postgres-baseline repository: https://github.com/dev-sec/postgres-baseline
The text was updated successfully, but these errors were encountered:
See dev-sec/postgres-baseline#20
We do have plans to create a role for postgres-hardening and have already done some initial steps for it.
Sorry, something went wrong.
No branches or pull requests
First of all, thank you for the very useful ansible collection and the existing roles - they make my setup and hardening efforts really painless.
I'm wondering, if there are any plans to also create a postgresql hardening role for ansible? Similar to the mysql hardening role.
Is there any demand / interest in this - or is it just me?
The baseline is described on the website: https://dev-sec.io/baselines/postgres/
But a bit outdated, since the password for example should nowadays be scram-sha256, however that is present in the postgres-baseline repository: https://github.com/dev-sec/postgres-baseline
The text was updated successfully, but these errors were encountered: