1
1
Fork 0
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:
L3D 2022-08-25 09:42:00 +02:00
parent 9da125a6f0
commit ac0cf63c5a
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 4 additions and 1 deletions

View file

@ -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 |

View 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'