Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zappbrannigan34 authored Dec 13, 2024
1 parent dbe1428 commit 4f7a3de
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
33 changes: 33 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
galaxy_info:
role_name: postgresql_cluster
description: PostgreSQL High-Availability Cluster (based on Patroni)
namespace: vitabaks
author: Vitaliy Kukharik ([email protected])
license: MIT

min_ansible_version: "2.11.0"

platforms:
- name: EL
versions:
- "7"
- "8"
- "9"
- name: Debian
versions:
- buster
- bullseye
- name: Ubuntu
versions:
- bionic
- focal
- jammy

galaxy_tags:
- postgresql
- cluster
- patroni
- etcd

dependencies: []
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
requires_ansible: '>=2.14.0'

0 comments on commit 4f7a3de

Please sign in to comment.