Skip to content
New issue

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

Modify postgres role to be more customizable #403

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 11, 2022

  1. Modify postgres role to be more customizable

    Currently, you can't open the port for postgres to allow ansible to
    interact and run queries from outside the container. This will open the
    port to localhost only and allow you to directly communicate with the
    postgres intance. This is needed for another PR, so we can run a query
    against the instance.
    
    Also, added username and password variables, so this can be added into
    the accounts.yml
    kungfoome committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    88d721a View commit details
    Browse the repository at this point in the history