postgresql
postgresql copied to clipboard
Fairly full featured Ansible role for Postgresql.
The `log_replication_commands` parameter is missing from the v9.5, and v9.6 configuration. It should be added to the `templates/postgresql.conf.9.[56].j2` files, and unless PR #267 is merged... then it should be added...
Allow custom options to be added to postgresql.conf file This PR allows deploying custom options that are appended to the `postgresql.conf` file.
Since this is not a privilege but more of atribute of the user it's better fitted in the users.yml rather then users_privileges.yml
This isn't 100% finished, but it's an example of how we can use Ansible to tune PostgreSQL without the use of pg_tune. When it's complete, it will be a fix...
Hello, Forgive me for my bad english. I've set the "postgresql_service_enabled: true" but the service is not "enabled" after running the role. When I try to make a grep, I...
When running Vagrant with "ubuntu/precise64", it fails: ``` fatal: [precise64.local]: FAILED! => { "changed": false, "module_stderr": "Shared connection to 192.168.88.29 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_sK4yfH/ansible_module_apt_repository.py\", line...
This isn't used anywhere, do we need to keep it? ``` [root@localhost postgresql]# grep -r postgresql_pgdg_releases * defaults/main.yml:postgresql_pgdg_releases: ```
``` # List of users to be created (optional) postgresql_users: - name: baz pass: pass encrypted: no # denotes if the password is already encrypted. ``` should be ``` #...
Hello, I am new to this and I hope I do not create additional unnecessary work. I was looking for the assignment of table spaces during the database creation and...
New `postgresql_docker_mode` that allows the configuration of a dockerized postgres instance that is using a host-mounted volume for data (i.e., data is accessible from the host running docker).