You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
847 B
35 lines
847 B
---
|
|
argument_specs:
|
|
main:
|
|
short_description: A role that configures a PostgreSQL server for Gitea.
|
|
author: Eugene Zamriy
|
|
version_added: '0.1.6'
|
|
options:
|
|
gitea_db_name:
|
|
description: Gitea database name.
|
|
default: 'gitea'
|
|
type: 'str'
|
|
required: false
|
|
|
|
gitea_db_user:
|
|
description: Gitea database user name.
|
|
default: 'gitea'
|
|
type: 'str'
|
|
required: false
|
|
|
|
gitea_db_password:
|
|
description: Gitea database user password.
|
|
type: 'str'
|
|
required: true
|
|
|
|
gitea_server_ip:
|
|
description: Gitea server IP address.
|
|
type: 'str'
|
|
required: true
|
|
|
|
gitea_db_server_password_encryption:
|
|
description: Password encryption algorithm.
|
|
default: 'scram-sha-256'
|
|
type: 'str'
|
|
required: false
|