Commit graph

66 commits

Author SHA1 Message Date
Jérémy Lecour 0fe0244116 Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
Eric Morino af9b1a4766 Fix main.yml for postgresql role
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-21 11:35:17 +02:00
Eric Morino cb257ef927 Add support debian 13 for postgresql rôle and PG13
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-21 11:31:50 +02:00
Jérémy Lecour 454d4c6d30 explicit permissions for APT GPG keys
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-26 13:47:34 +02:00
Jérémy Lecour 7dc6f0b849 remove trailing whitespaces 2021-05-13 15:23:39 +02:00
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2021-05-09 23:06:42 +02:00
Jérémy Lecour 58bf79218f remove apt keys specifically from embedded database 2021-05-06 13:43:59 +02:00
Jérémy Lecour 7d08b0a30a rename the tasks for embedded GPG keys
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-06 11:33:19 +02:00
Jérémy Lecour 83705a48b8 remove key from trusted.gpg only if file is present
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-06 10:42:12 +02:00
Jérémy Lecour 485ec39674 Use 'loop' syntax instead of 'with_nested' 2021-05-04 14:29:50 +02:00
Jérémy Lecour 5138065059 Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02:00
Jérémy Lecour 9cdddd50a8 Move all trusted GPG keys to file repository
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-03 14:23:13 +02:00
Brice Waegeneire 1576375417 postgresql: Fix postgresql@.service customization
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-08 14:46:38 +01:00
Eric Morino c324866cd2 Add set variables for debian stretch and jessie
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-07 16:45:32 +01:00
Ludovic Poujol 1160a5e809 postgresql: correct confitinal on set_fact
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-07 16:43:59 +01:00
Eric Morino 0f7dcb57b1 add postgresql_version to empty
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-07 16:24:11 +01:00
Eric Morino 2a94a3bdf1 fix packages_buster
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-07 16:21:57 +01:00
Eric Morino 5522f822f7 add set facts for buster
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-07 16:18:56 +01:00
Eric Morino ae07d508cf Fix key and update just after add pgdg repo key
All checks were successful
continuous-integration/drone/push Build is passing
2020-11-30 10:51:34 +01:00
Eric Morino aa62555e9e Fix name file preference for PGDG repository 2020-11-27 11:07:18 +01:00
Eric Morino 6c4f696ec5 Set handler postgresql with systemctl daemon-reload
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-09 18:04:22 +01:00
Eric Morino 0bda633b0c Override Unit systemd with OMkill less 2020-03-09 18:04:22 +01:00
Eric Morino 61e007d22b Fix logrotate configuration 2020-03-09 14:40:10 +01:00
Jérémy Lecour 37b8d1fbc4 fix syntax 2020-03-02 20:37:35 +01:00
Jérémy Lecour 7283e34077 Replace version_compare() with version() 2020-02-25 10:45:35 +01:00
Patrick Marchand c195806918 Allow different postgres versions on buster and stretch
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-06 16:06:34 -05:00
Eric Morino 3740a6782b Add packages dependencies for Postgis
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-21 15:48:03 +01:00
Eric Morino c4ede03f3a Add package list in board for compatibility Ansible 2.7
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-09 15:40:47 +01:00
Jérémy Lecour 79bb6103b8 Change "|version_compare" with "is version_compare" 2019-12-31 10:18:19 +01:00
Eric Morino 1bf271a4f4 Add install PostGIS in postgresql rôle
All checks were successful
continuous-integration/drone/push Build is passing
2019-12-26 16:16:05 +01:00
Eric Morino 8b6c1341f9 Fix logrotate configuration
Some checks failed
continuous-integration/drone/push Build is failing
2019-12-10 14:29:57 +01:00
Victor LABORIE 6f5e13f8b8 Add evolix prefix to include_role 2019-11-29 14:00:25 +01:00
Eric Morino e20d95786a Change config file name conf.d/evolinux.conf by conf.d/zz-evolinux.conf
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-18 09:31:24 +01:00
Eric Morino d10441fb0b Replace ptop by pgtop for buster
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-14 16:10:23 +01:00
Eric Morino 9d5a272472 Add set and reconfigure locales for postgresql
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-14 15:56:41 +01:00
Eric Morino eb81c69327 Add modification for buster and postgresql 11 requirements
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-14 11:39:02 +01:00
Jérémy Lecour bd8644ae60 whitespaces 2019-05-14 14:03:03 +02:00
Jérémy Lecour aa28e9c1b8 change repositories URL 2019-03-21 15:31:58 +01:00
Jérémy Lecour ec535b036c apt module: Use "state: present" instead of "state: installed"
"state: installed" is deprecated in Ansible 2.5
2018-05-18 09:33:25 +02:00
Jérémy Lecour 02fdbb9126 postgresql: use ".j2" extension for jinja templates 2018-02-04 11:39:59 +01:00
Ludovic Poujol e7987d9b99 postgresql: Add missing package, libdbd-pg-perl needed by munin-plugins 2017-10-20 11:15:19 +02:00
Jérémy Lecour d35068cf11 postgresql: forgotten files, sorry 2017-10-04 17:20:33 +02:00
Jérémy Lecour 72c1bb4834 postgresql: version 9.6 by default
For Jessie we use external repositories
For Stretch we install from Debian repositories
2017-10-04 14:54:46 +02:00
Gregory Colpart 8e0aa59e47 download gpg in repo, we want to be independant from network as possible 2017-08-23 02:50:17 +02:00
Gabriel Periard-Tremblay 87ebadcadd Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
Jérémy Lecour 3d9d816f83 postgresql: add munin/nrpe artefacts only if needed 2017-05-20 00:23:58 +02:00
Jérémy Lecour 283953a69f postgresql: dynamic memory configuration 2017-05-20 00:23:21 +02:00
Jérémy Lecour 27e9eaba55 fixup! postgresql: reconfigure locales before tests 2017-05-20 00:22:53 +02:00
Jérémy Lecour b684806297 postgresql: syntax and whitespaces 2017-05-19 23:58:24 +02:00
Jérémy Lecour d6ff9a2750 postgresql: reconfigure locales before tests 2017-05-19 23:58:02 +02:00