[mod] role:postgresql-for-gitlab
This commit is contained in:
parent
62a2ec5da4
commit
5f100c3959
2 changed files with 16 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
## Verweise
|
||||
|
||||
- [GitLab | Dokumentation | Using a non-packaged PostgreSQL database management server](https://docs.gitlab.com/omnibus/settings/database.html#using-a-non-packaged-postgresql-database-management-server)
|
||||
|
||||
- [GitLab | Dokumentation | PostgreSQL Requirements](https://docs.gitlab.com/ee/install/requirements.html#postgresql-requirements)
|
||||
|
|
|
@ -45,5 +45,20 @@
|
|||
"privs": "ALL",
|
||||
"grant_option": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "extensions",
|
||||
"become": true,
|
||||
"become_user": "postgres",
|
||||
"loop": [
|
||||
"pg_trgm",
|
||||
"btree_gist",
|
||||
"plpgsql"
|
||||
],
|
||||
"community.postgresql.postgresql_ext": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_gitlab_schema}}",
|
||||
"name": "{{item}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue