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
User creation after cluster bootstrap is tricky. It is not a good practice to use init playbook pgsql.yml for that purpose.
pgsql.yml
add a pgsql-createuser.yml playbook for that purpose
pgsql-createuser.yml
It may requires a cli arg -e pg_user = <your new user in inventory> to work.
-e pg_user = <your new user in inventory>
The text was updated successfully, but these errors were encountered:
Vonng
No branches or pull requests
Scenario
User creation after cluster bootstrap is tricky.
It is not a good practice to use init playbook
pgsql.yml
for that purpose.Proposal
add a
pgsql-createuser.yml
playbook for that purposeIt may requires a cli arg
-e pg_user = <your new user in inventory>
to work.The text was updated successfully, but these errors were encountered: