1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-07-31 22:01:13 -04:00

Compare commits

...

8 commits

Author SHA1 Message Date
Jeff Geerling
92598e73dd
Merge pull request #222 from C0rn3j/patch-1
Create Arch.yml
2022-11-27 13:10:21 -06:00
Jeff Geerling
0161106403
Apply suggestions from code review
Fixes for meta file.
2022-11-27 13:10:10 -06:00
Martin
0d36bc8edb
Update ci.yml 2022-11-27 11:41:21 +01:00
Martin
bc3a567c49
Add Arch Linux to meta/main.yml 2022-11-27 11:11:08 +01:00
Martin
7d47c536ea
Update ci.yml 2022-11-23 11:46:37 +01:00
Martin
0ed8bb281c
Update ci.yml 2022-11-23 11:00:52 +01:00
Martin Rys
45ec00215b Add archlinux to molecule tests 2022-11-23 10:46:24 +01:00
Martin
25b86f5836
Create Arch.yml
Fixes #189
2022-08-20 00:22:39 +02:00
2 changed files with 11 additions and 0 deletions

View file

@ -9,6 +9,9 @@ galaxy_info:
license: "license (BSD, MIT)"
min_ansible_version: 2.8
platforms:
- name: ArchLinux
versions:
- all
- name: EL
versions:
- 7

8
vars/Arch.yml Normal file
View file

@ -0,0 +1,8 @@
---
__postgresql_version: "14"
__postgresql_data_dir: "/var/lib/postgres/data"
__postgresql_bin_path: "/usr/sbin"
__postgresql_config_path: "/var/lib/postgres/data"
__postgresql_daemon: "postgresql"
__postgresql_packages:
- postgresql