File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Ansible: Opencast PostgreSQL Role
2
2
=================================
3
3
4
- This Ansible role installs and prepares a PostgreSQL database server for Opencast.
4
+ [ ![ lint] ( https://github.com/elan-ev/opencast_postgresql/actions/workflows/lint.yml/badge.svg?branch=main )] ( https://github.com/elan-ev/opencast_postgresql/actions/workflows/lint.yml?branch=main )
5
+ [ ![ molecule] ( https://github.com/elan-ev/opencast_postgresql/actions/workflows/molecule.yml/badge.svg?branch=main )] ( https://github.com/elan-ev/opencast_postgresql/actions/workflows/molecule.yml?branch=main )
6
+
7
+ This Ansible role installs a PostgreSQL database server.
5
8
6
9
7
10
Dependencies
8
11
------------
9
12
10
- This role requires the PostgreSQL community collection:
13
+ This role requires the PostgreSQL Ansible community collection:
11
14
12
15
```
13
16
ansible-galaxy collection install community.postgresql
@@ -18,7 +21,7 @@ Role Variables
18
21
--------------
19
22
20
23
- ` opencast_postgresql_version `
21
- - PostgreSQL major version to install (default: `12 `)
24
+ - PostgreSQL major version to install (default: `16 `)
22
25
- Enables CentOS AppStream
23
26
- ` opencast_postgresql_user: `
24
27
- Database user to create (default: `opencast`)
You can’t perform that action at this time.
0 commit comments