Merge pull request #78 from ATIX-AG/add_debian_10

Add support for debian 10
This commit is contained in:
Jeff Geerling 2019-06-11 09:02:36 -05:00 committed by GitHub
commit e61751f344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,7 @@ env:
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: debian10
- MOLECULE_DISTRO: debian9
install:

10
vars/Debian-10.yml Normal file
View File

@ -0,0 +1,10 @@
---
__postgresql_version: "11"
__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main"
__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin"
__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main"
__postgresql_daemon: "postgresql@{{ postgresql_version }}-main"
__postgresql_packages:
- postgresql
- postgresql-contrib
- libpq-dev

1
vars/Debian-NA.yml Symbolic link
View File

@ -0,0 +1 @@
Debian-10.yml

1
vars/Debian-buster/sid.yml Symbolic link
View File

@ -0,0 +1 @@
../Debian-10.yml

1
vars/Debian-testing.yml Symbolic link
View File

@ -0,0 +1 @@
Debian-10.yml