Update readme, update vars
This commit is contained in:
parent
22687e6493
commit
763f6183a5
@ -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.
|
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
|
## Provides / Information
|
||||||
|
|
||||||
This repository is for Gitea operations and management.
|
This repository is for Gitea operations and management.
|
||||||
|
@ -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_user: "{{ gitea_db_username|default("gitea") }}"
|
||||||
gitea_db_pass: "{{ gitea_db_password|default("") }}"
|
gitea_db_pass: "{{ gitea_db_password|default("") }}"
|
||||||
gitea_db_host: "{{ gitea_db_host|default("127.0.0.1:3306") }}"
|
gitea_db_host: "{{ gitea_db_host|default("127.0.0.1:3306") }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user