You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,12 +14,12 @@ This role installs and manages [gitea](https://gitea.io) or [forgejo](https://fo
12
14
The following code has been tested with the latest Debian Stable, it should work on Ubuntu and RedHat as well.
13
15
14
16
```yaml
15
-
# ansible-galaxy install do1jlr.gitea
17
+
# ansible-galaxy install l3d.gitea
16
18
17
19
- name: "Install gitea"
18
20
hosts: git.example.com
19
21
roles:
20
-
- {role: do1jlr.gitea, tags: gitea}
22
+
- {role: l3d.gitea, tags: gitea}
21
23
vars:
22
24
# Here we assume we are behind a reverse proxy that will
23
25
# handle https for us, so we bind on localhost:3000 using HTTP
@@ -349,6 +351,13 @@ To deploy multiple files we created the ``gitea_custom_search`` variable, that c
349
351
- Create a directory with the files you want to deploy.
350
352
- Point ``gitea_customize_files_path`` to this directory. *(Default ``{{ gitea_custom_search }}/gitea_files/``)*
351
353
354
+
## Requirements
355
+
This role uses only the ``ansible.builtin`` Modules and does not need any other collections to run. But to download the latest forgejo/gitea release, we use json_query. This requires jmespath to be available
356
+
357
+
### Python Packages
358
+
+ json_query
359
+
360
+
352
361
## Contributing
353
362
Don't hesitate to create a pull request, and when in doubt you can reach me on
0 commit comments