Skip to content

Commit

Permalink
Merge pull request #222 from C0rn3j/patch-1
Browse files Browse the repository at this point in the history
Create Arch.yml
  • Loading branch information
geerlingguy authored Nov 27, 2022
2 parents d67b9d3 + 0161106 commit 92598e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ galaxy_info:
license: "license (BSD, MIT)"
min_ansible_version: 2.8
platforms:
- name: ArchLinux
versions:
- all
- name: EL
versions:
- 7
Expand Down
8 changes: 8 additions & 0 deletions vars/Arch.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 92598e7

Please sign in to comment.