mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Explain new Variables in README
Explain new variables from #87 in README and increment version for optional version check.
This commit is contained in:
parent
9da125a6f0
commit
ac0cf63c5a
2 changed files with 4 additions and 1 deletions
|
@ -52,6 +52,9 @@ Either you define exactly which release you install. Or you use the option ``lat
|
|||
| `gitea_group` | `gitea` | Primary UNIX group used by Gitea |
|
||||
| `gitea_groups` | null | Optionally a list of secondary UNIX groups used by Gitea |
|
||||
| `gitea_home` | `/var/lib/gitea` | Base directory to work |
|
||||
| `gitea_user_home` | `{{ gitea_home }}` | home of gitea user |
|
||||
| `gitea_executable_path` | `/usr/local/bin/gitea` | Path for gitea executable |
|
||||
| `gitea_configuraion_path` | `/etc/gitea` | Where to put the gitea.ini config |
|
||||
| `gitea_shell` | `/bin/false` | UNIX shell used by gitea. Set it to `/bin/bash` if you don't use the gitea built-in ssh server. |
|
||||
| `gitea_systemd_cap_net_bind_service` | `false` | Adds `AmbientCapabilities=CAP_NET_BIND_SERVICE` to systemd service file |
|
||||
|
||||
|
|
|
@ -56,5 +56,5 @@ transfer_custom_footer:
|
|||
- 'files/gitea_footer/extra_links_footer.tmpl'
|
||||
- 'files/extra_links_footer.tmpl'
|
||||
|
||||
playbook_version_number: 38 # should be int
|
||||
playbook_version_number: 39 # should be int
|
||||
playbook_version_path: 'do1jlr.gitea.version'
|
||||
|
|
Loading…
Reference in a new issue