-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christian Berendt <[email protected]>
- Loading branch information
Showing
8 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
exclude_paths: | ||
- .github | ||
use_default_rules: true | ||
rulesdir: | ||
- ./.ansible-lint-rules/ | ||
skip_list: | ||
- galaxy[no-changelog] | ||
# DO NOT DELETE THE WARNLIST! It is required for our custom rules! | ||
# If this isn't there our custom rules will only through a warning and wont generate a failure!: | ||
warn_list: | ||
- dummy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
- name: Apply role cloudnative_pg | ||
hosts: localhost | ||
connection: local | ||
|
||
roles: | ||
- cloudnative_pg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
galaxy_info: | ||
author: Arvid Requate | ||
description: Role osism.services.cloudnative_pg, an operator for PostgreSQL | ||
license: Apache License 2.0 | ||
min_ansible_version: 2.16.0 | ||
platforms: | ||
- name: Ubuntu | ||
versions: | ||
- jammy | ||
- noble | ||
- name: Debian | ||
versions: | ||
- bookworm | ||
- name: EL | ||
versions: | ||
- "9" | ||
galaxy_tags: | ||
- helm | ||
- kubernetes | ||
- osism |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
- name: Deploy latest cloudnative-pg operator chart in namespace cnpg-system | ||
kubernetes.core.helm: | ||
release_name: cloudnative-pg | ||
chart_ref: cnpg/cloudnative-pg | ||
release_namespace: cnpg-system | ||
create_namespace: true | ||
wait: true |
File renamed without changes.
File renamed without changes.