Merge pull request #222 from C0rn3j/patch-1

Create Arch.yml
This commit is contained in:
Jeff Geerling 2022-11-27 13:10:21 -06:00 committed by GitHub
commit 92598e73dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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