Skip to content

Commit 1a33ca4

Browse files
committed
Feat: Change molecule postgres collection to geerlingguy
Signed-off-by: Mahdi Fooladgar (professormahi) <professormahi_f@yahoo.com>
1 parent f66e1ea commit 1a33ca4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
postgresql_databases:
2+
- name: example_db
3+
postgresql_users:
4+
- name: postgres
5+
password: iloverandompasswordsbutthiswilldo

molecule/postgres_hardening/prepare.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
http_proxy: "{{ lookup('env', 'http_proxy') | default(omit) }}"
77
https_proxy: "{{ lookup('env', 'https_proxy') | default(omit) }}"
88
no_proxy: "{{ lookup('env', 'no_proxy') | default(omit) }}"
9+
vars_files:
10+
- geerlingguy_postgresql_vars.yml
911
tasks:
1012
- name: install required packages
1113
package:
@@ -14,4 +16,4 @@
1416
ignore_errors: true # noqa ignore-errors
1517

1618
- include_role:
17-
name: galaxyproject.postgresql
19+
name: geerlingguy.postgresql
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2-
roles:
3-
- galaxyproject.postgresql
2+
collections:
3+
- community.postgresql
4+
5+
roles:
6+
- geerlingguy.postgresql
47

0 commit comments

Comments
 (0)