1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
ansible_role_gitea/tasks
L3D 9cd664d91f
autogenerate JWT_SECRETS (#77)
* autogenerate JWT_SECRETS

Based on https://docs.gitea.io/en-us/command-line/#generate we will now autogenerate JWT_SECRETS if they are not defined.
In my opinion a much better idea than writing a value in the default config.

The check if the variables for the secrets are now 43 characters long i took out. Gitea generates itself suitable secrets, if the user given ones do not fit.

* drop ansible.builtin. syntax
2021-02-10 19:04:13 +00:00
..
create_user.yml add default "gitea_group: gitea" (#71) 2021-01-27 14:13:02 +00:00
fail2ban.yml Bunch of improvements around testing and ansible galaxy 2019-03-16 12:11:02 +00:00
install_systemd.yml improve all easy to fix yaml warnings 2021-01-22 11:06:55 +00:00
jwt_secrets.yml autogenerate JWT_SECRETS (#77) 2021-02-10 19:04:13 +00:00
main.yml autogenerate JWT_SECRETS (#77) 2021-02-10 19:04:13 +00:00