Commit Graph

111 Commits

Author SHA1 Message Date
Jeff Geerling 1e4ca290f8 Add probot/stale configuration to repository for stale issues. 2020-03-05 10:45:55 -06:00
Jeff Geerling 1213d0bbe6
Merge pull request #108 from anxstj/centos8_support
add CentOS-8/RedHat-8 support
2020-03-05 07:57:54 -06:00
Stefan Jakobs 3d9e02f690 Set socket mode to 0755 2020-03-05 09:20:48 +01:00
Stefan Jakobs a4a51a6613 Add centos8 to tested distros in .travis.yml and meta 2020-03-05 09:19:43 +01:00
Stefan Jakobs 4898e2b994 add CentOS-8/RedHat-8 support 2020-03-05 09:19:43 +01:00
Jeff Geerling 2c3ab60a9b PR #109 follow-up follow-up: Fix a parens. 2020-03-04 12:31:00 -06:00
Jeff Geerling aff541892a PR #109 follow-up: Set postgresql_unix_socket_directories_mode var in variables.yml. 2020-03-04 12:12:11 -06:00
Jeff Geerling 8334e6bc4c
Merge pull request #109 from anxstj/unix_socket_dir_permissions
add postgresql_unix_socket_directories_mode option
2020-03-04 12:07:20 -06:00
Stefan Jakobs 4569217a84 allow vars files to ship a default unix socket dir mode 2020-03-04 17:45:10 +01:00
Stefan Jakobs 1842b7d65e add postgresql_unix_socket_directories_mode option to change the mode to the unix socket directories (which causes idempotence problemes on RedHat-7) 2020-03-04 17:45:10 +01:00
Jeff Geerling fa3c639b78 Make sure molecule lint script has set -e option. 2020-02-24 09:46:20 -06:00
Jeff Geerling 13e815a26f Fix broken Debian 10 test. 2020-02-21 10:50:19 -06:00
Jeff Geerling a9e4c53821 Drop Debian 9 and Ubuntu 16.04 tests. 2020-02-20 22:42:00 -06:00
Jeff Geerling 1d5370646c Use postgresql_python_library: python3-psycopg2 for Ubuntu 18.04. 2020-02-20 19:31:50 -06:00
Jeff Geerling ebc9d1b74c Update molecule configuration to work with 3.0. 2020-02-20 15:56:09 -06:00
Jeff Geerling 40f9f2c34f Update molecule configuration to work with 3.0. 2020-02-20 14:30:19 -06:00
Jeff Geerling 625469d0b5 Update molecule configuration to work with 3.0. 2020-02-20 14:24:17 -06:00
Jeff Geerling e9189c16a8 YAML syntax fix. 2019-12-11 10:42:42 -06:00
Jeff Geerling 2ec5cd4d33
Create FUNDING.yml 2019-12-11 09:51:27 -06:00
Jeff Geerling 6842a973ed Add Fedora 31 to supported list of OS distros [ci skip]. 2019-11-08 16:15:42 -06:00
Jeff Geerling 9e0791792b Update Fedora test to Fedora 31. 2019-11-08 16:12:29 -06:00
Jeff Geerling db907519f0
Merge pull request #101 from dralley/master
Add variable file for Fedora 31
2019-11-08 16:11:58 -06:00
Daniel Alley 0e4bed792b Add variable file for Fedora 31 2019-11-06 13:16:42 -05:00
Jeff Geerling 7be6a15ccc
Merge pull request #31 from daniel-wind/patch-1
create users before database
2019-09-17 15:09:00 -05:00
Jeff Geerling c7ca7989ee Fixes #95: Remove support for Ubuntu 14.04 Trusty. 2019-09-17 15:08:45 -05:00
Jeff Geerling 265d8b73b9 PR #69 follow-up: Corrected final list. 2019-09-17 15:07:49 -05:00
Jeff Geerling 60ea85cbb8
Merge pull request #69 from ATIX-AG/specify_debian_releases
Specify supported debian releases
2019-09-17 15:06:40 -05:00
Jeff Geerling 01b2c0611b Remove Fedora 29 test since it fails more than 50% of the time. 2019-09-17 14:32:49 -05:00
Jeff Geerling 2b7cf6b28f
Merge pull request #91 from ATIX-AG/remove_deb_prerelease_symlinks
Remove symlinks to Debian config
2019-09-17 13:34:50 -05:00
Jeff Geerling 804441081e
Merge pull request #92 from ATIX-AG/fix_empty_list_test
Fix test for empty list
2019-09-17 13:33:20 -05:00
Jeff Geerling 531b23f8ec
Merge pull request #86 from mikedep333/fedora-30
Add support for Fedora 30
2019-09-17 13:31:59 -05:00
Matthias Dellweg 6dff9930cf
Fix test for empty list
I turns out that the bool filter casts a non-empty list to false. The
proper test seems to compare its length with zero.
2019-09-02 13:53:55 +02:00
Matthias Dellweg 9127d54c9b
Remove symlinks to Debian config
Now that Debian 10 has been released, we should not need them.
2019-09-02 11:40:14 +02:00
Mike DePaulo 2fbc87cd1f Fix CI on Fedora 30 containers again
By not causing the /usr/bin/python symlink to be installed
Otherwise, Ansible molecule converge would use python2, which
lacks python2-dnf.
2019-08-07 12:18:59 -04:00
Mike DePaulo 185f7bac33 Fix CI on Fedora 30 containers
by forcing the use of the C.UTF-8 locale, which is all they have
installed by default
2019-08-07 11:43:06 -04:00
Mike DePaulo 18be7ccb8c Fedora: Use python2-psycopg2 or python3-psycopg2
"python-psycopg2" is replaced by python2-psycopg2, and the
verification task will fail.

EL8 will need this also
2019-08-07 11:42:27 -04:00
Mike DePaulo 0020e63607 Add Fedora 30 to the test suite
`podman search` wasn't seeing the image, but the image exists:
https://hub.docker.com/r/geerlingguy/docker-fedora30-ansible
2019-08-06 14:54:08 -04:00
Mike DePaulo 536f4b999c Add fedora 29 to the test suite
I am not adding Fedora 30 because there is no image for it, only:
docker.io/geerlingguy/docker-fedora29-ansible
2019-08-06 13:46:46 -04:00
Mike DePaulo a7b553a9ca Remove support for EOL Fedora 27 & 28
Also properly list support for Fedora 30, and improve
formatting in a when condition.

This addresses comments in PR86:
https://github.com/geerlingguy/ansible-role-postgresql/pull/86
2019-08-06 13:42:48 -04:00
Jeff Geerling a8b2eb0b64 PR #81-follow-up: Fix formatting. 2019-08-05 15:26:44 -05:00
Jeff Geerling 92412e20cb
Merge pull request #81 from Carbenium/patch-1
Resolve ansible deprecation warning
2019-08-05 15:25:45 -05:00
Mike DePaulo 2c5d798afd Add Fedora 30 support 2019-08-02 09:57:31 -04:00
Eric D. Helms 3c83001df6 Add Fedora support 2019-08-02 09:57:24 -04:00
Peter Keresztes Schmidt 70fca97349
Resolve ansible deprecation warning 2019-07-07 02:29:19 +02:00
Jeff Geerling e61751f344
Merge pull request #78 from ATIX-AG/add_debian_10
Add support for debian 10
2019-06-11 09:02:36 -05:00
Matthias Dellweg 4775ced553
Add support for debian 10 2019-06-03 10:41:11 +02:00
Jeff Geerling 2b7b005ac3 Remove unused tests. 2019-05-16 22:23:12 -05:00
Jeff Geerling 7807ca08ad Remove debian 8 tests. 2019-03-30 22:23:45 -05:00
Matthias Dellweg a2c7ddcaa3
Specify supported debian releases 2019-03-20 14:43:59 +01:00
Daniel Wind 5fb9d8ee27
Merge branch 'master' into patch-1 2019-01-28 20:46:24 +01:00