]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/commit
Initial commit open sourcing Postgresql Ansible role 1.0.0
authorPaul B <paul.bonaud@capitainetrain.com>
Fri, 31 Aug 2018 09:49:09 +0000 (11:49 +0200)
committerPaul B <paul.bonaud@capitainetrain.com>
Fri, 31 Aug 2018 10:00:24 +0000 (12:00 +0200)
commitd0bc90e08c29e881c388c6803ed9c49dff1f1776
treee5f633a7461f3d339ef89758fc7bb3f1b91563d3
Initial commit open sourcing Postgresql Ansible role
31 files changed:
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
defaults/main.yml [new file with mode: 0644]
meta/main.yml [new file with mode: 0644]
tasks/main.yml [new file with mode: 0644]
tasks/postgres-cluster.yml [new file with mode: 0644]
tasks/postgres-common-postinstall.yml [new file with mode: 0644]
tasks/postgres-common-preinstall.yml [new file with mode: 0644]
tasks/postgres-data-directory.yml [new file with mode: 0644]
tasks/postgres-database.yml [new file with mode: 0644]
tasks/postgres-log-directory.yml [new file with mode: 0644]
tasks/postgres-pgupgrades.yml [new file with mode: 0644]
tasks/postgres-standby-barman.yml [new file with mode: 0644]
tasks/postgres-user.yml [new file with mode: 0644]
templates/logrotate-postgresql-common.j2 [new file with mode: 0644]
templates/pgBadger.sh.j2 [new file with mode: 0644]
templates/pg_hba.conf.j2 [new file with mode: 0644]
templates/pg_upgrade.sh.j2 [new file with mode: 0755]
templates/postgresql.10.conf.j2 [new file with mode: 0644]
templates/postgresql.9.1.conf.j2 [new file with mode: 0644]
templates/postgresql.9.4.conf.j2 [new file with mode: 0644]
templates/postgresql.9.5.conf.j2 [new file with mode: 0644]
templates/postgresql.9.6.conf.j2 [new file with mode: 0644]
templates/recovery.conf.j2 [new file with mode: 0644]
templates/standby-clone.sh.j2 [new file with mode: 0755]
test/hosts [new file with mode: 0644]
test/main.yml [new file with mode: 0644]
test/requirements.txt [new file with mode: 0644]
test/requirements.yml [new file with mode: 0644]
test/roles/postgresql [new symlink]