Go to file
2022-02-07 14:03:21 +01:00
defaults add postgres_row Configurations 2022-02-07 14:03:21 +01:00
handlers publish on github 2021-07-13 18:22:31 +02:00
meta publish on github 2021-07-13 18:22:31 +02:00
molecule/default update playbook example 2021-07-15 18:11:27 +02:00
tasks add postgis 2021-07-15 15:27:09 +02:00
templates add postgres_row Configurations 2022-02-07 14:03:21 +01:00
tests publish on github 2021-07-13 18:22:31 +02:00
vars publish on github 2021-07-13 18:22:31 +02:00
.travis.yml publish on github 2021-07-13 18:22:31 +02:00
.yamllint publish on github 2021-07-13 18:22:31 +02:00
README.md publish on github 2021-07-13 18:22:31 +02:00
test.json publish on github 2021-07-13 18:22:31 +02:00

Ansible Postgresql

Requirements

no requirements

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - role: ansible-postgres
       postgres_version: 13
       pg_hba_user_options:
       - contype: host
         users: all
         source: 127.0.0.1/32
         databases: all
         method: md5

License

MIT

Devel

for devel use https://github.com/ansible-community/molecule-libvirt

requirements for testings KVM host

libvirt-python