Compare commits
No commits in common. "main" and "1.0.0" have entirely different histories.
1 changed files with 11 additions and 0 deletions
|
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
Ansible role to manage [Forgejo](https://forgejo.org/) runners.
|
Ansible role to manage [Forgejo](https://forgejo.org/) runners.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
See [Variable
|
||||||
|
precedence](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#ansible-variable-precedence)
|
||||||
|
to find where you should put your own variables.
|
||||||
|
|
||||||
|
Then define at least `forgejo_db_password` with a strong and secure password,
|
||||||
|
encrypted using
|
||||||
|
[ansible-vault](https://docs.ansible.com/ansible/latest/cli/ansible-vault.html).
|
||||||
|
|
||||||
|
|
||||||
## Table of Content
|
## Table of Content
|
||||||
|
|
||||||
<!-- ANSIBLE DOCSMITH TOC START -->
|
<!-- ANSIBLE DOCSMITH TOC START -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue