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.
ansible-msvsphere.ci/roles/gitea_db_server
Eugene Zamriy 2af76fe3f4
Adds Gitea installation and Koji builders support
11 months ago
..
defaults Adds Gitea installation and Koji builders support 11 months ago
handlers Adds Gitea installation and Koji builders support 11 months ago
meta Adds Gitea installation and Koji builders support 11 months ago
tasks Adds Gitea installation and Koji builders support 11 months ago
README.md Adds Gitea installation and Koji builders support 11 months ago

README.md

msvsphere.ci.gitea_db_server

An Ansible role that configures a PostgreSQL server for Gitea.

Variables

Variable Default value Type Description Required
gitea_db_name "gitea" str Gitea database name. no
gitea_db_user "gitea" str Gitea database user. no
gitea_db_password str Gitea database user password. yes
gitea_server_ip str Gitea server IP address. yes
gitea_db_server_password_encryption "scram-sha-256" str Password encryption algorithm. no

Example playbook

---
- hosts: all
  roles:
    - role: msvsphere.ci.gitea_db_server
      gitea_server_ip: '127.0.0.1'
      gitea_db_password: 'p@$Sw0Rd'

License

MIT.

Authors