Update readme, update vars

This commit is contained in:
nazunalika 2022-03-03 22:36:46 -07:00
parent 22687e6493
commit 763f6183a5
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI. This template is used specifically for management of Gitea.
## TODO
* Create valid tests
* Create valid template file to deploy
## Provides / Information
This repository is for Gitea operations and management.

View File

@ -1,5 +1,5 @@
---
gitea_db_type: "{{ gitea_db_type|default("sqlite3") }}"
gitea_db: "{{ gitea_db_type|default("sqlite3") }}"
gitea_db_user: "{{ gitea_db_username|default("gitea") }}"
gitea_db_pass: "{{ gitea_db_password|default("") }}"
gitea_db_host: "{{ gitea_db_host|default("127.0.0.1:3306") }}"