mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38e70ea317
* Allow session_role to be set for PostgreSQL By implementing session_role it becomes possible to run the specific PostgreSQL commands as a different role. The usecase that is immediately served by this, is the one that one ansible playbook can be shared by multiple users, which all have their own PostgreSQL login_user. They do not need to share login credentials, as they can share the role within the PostgreSQL database. The following example may give some insight: $ psql -U jdoe -X -d postgres postgres=> CREATE DATABASE abc; ERROR: permission denied to create database postgres=> set role postgres; SET postgres=# CREATE DATABASE abc; CREATE DATABASE fixes #43592 * Tests for session_role in PostgreSQL * Bump version_added for session_role feature * Remove explicit encrypted parameter from tests |
6 years ago | |
---|---|---|
.. | ||
host_vars | 7 years ago | |
targets | 6 years ago | |
cloud-config-aws.yml.template | 7 years ago | |
cloud-config-azure.yml.template | 7 years ago | |
cloud-config-cloudscale.ini.template | 6 years ago | |
cloud-config-cs.ini.template | 8 years ago | |
cloud-config-gcp.yml.template | 7 years ago | |
cloud-config-gitlab.yml.template | 6 years ago | |
cloud-config-opennebula.yml.template | 7 years ago | |
cloud-config-openshift.kubeconfig.template | 7 years ago | |
cloud-config-tower.cfg.template | 7 years ago | |
cloud-config-vultr.ini.template | 6 years ago | |
integration.cfg | 6 years ago | |
integration_config.yml | 7 years ago | |
inventory | 6 years ago | |
inventory.networking.template | 6 years ago | |
inventory.remote.template | ||
inventory.winrm.template | 6 years ago | |
network-integration.cfg | 6 years ago | |
target-prefixes.network | 6 years ago | |
windows-integration.cfg | 6 years ago |