mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-07-31 22:01:13 -04:00
Compare commits
8 commits
d67b9d3811
...
92598e73dd
Author | SHA1 | Date | |
---|---|---|---|
![]() |
92598e73dd | ||
![]() |
0161106403 | ||
![]() |
0d36bc8edb | ||
![]() |
bc3a567c49 | ||
![]() |
7d47c536ea | ||
![]() |
0ed8bb281c | ||
![]() |
45ec00215b | ||
![]() |
25b86f5836 |
2 changed files with 11 additions and 0 deletions
|
@ -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
8
vars/Arch.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue