ansible
musicformellons opened this issue · 3 comments
Any plans for having postgres-baseline with ansible?
Any contributions are welcome. Let me know if you want to work on that topic
Any contributions are welcome. Let me know if you want to work on that topic
there is a template of guide line for that? I can help.
@sebastianwebber we always appreciate help.
We have all our Ansible Code in one Collection (https://github.com/dev-sec/ansible-collection-hardening). If you want to provide Ansible Code for Postgres hardening, I would suggest you create a PR with a Role there. You could copy the structure and contents from our Role for MySQL. For a complete implementation we require a Role in our Collection, some documentation and automated tests. The automated tests are not required in the beginning.
We also don't need to do everything in one large PR. We can split this into several steps.