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
Robert Pufky 39e76e2359 Add 'latest' version to automatically download the latest gitea release.
* Versioning logic moved into separate file; versioning is determined in that
  file and appropriate facts are set.
* Removed 'gitea_dl_url' from defaults/main.yml. This is now a generated fact
  from tasks/set_version.yml.
* Remote gitea version is only checked if 'latest' is set, otherwise no logic
  change.
* 'gitea_version' used in tasks is now 'gitea_version_target'. This is the
  target install version after versioning logic is applied. No change to end
  user usage of 'gitea_version' in defaults/main.yml.
* Updated documentation with usage and removal of 'gitea_dl_url'.
2021-07-16 10:16:54 -07:00
..
backup.yml Add 'latest' version to automatically download the latest gitea release. 2021-07-16 10:16:54 -07:00
configure.yml use new ansible name scheme at more tasks 2021-03-22 21:21:25 +01:00
create_user.yml Fix login shell 2021-04-05 22:02:31 +02:00
customize_footer.yml Add custom footer support 2021-06-03 21:06:04 +02:00
customize_logo.yml implement custom logos 2021-06-03 17:59:14 +02:00
customize_public_files.yml allow optional public files 2021-06-03 22:51:28 +02:00
directory.yml implement custom logos 2021-06-03 17:59:14 +02:00
fail2ban.yml add message to warn the user 2021-04-12 16:56:48 +02:00
gitea_secrets.yml Add new ansible naming scheme 2021-03-22 21:28:51 +01:00
install.yml Add 'latest' version to automatically download the latest gitea release. 2021-07-16 10:16:54 -07:00
install_systemd.yml Add new ansible naming scheme 2021-03-22 21:28:51 +01:00
jwt_secrets.yml Add new ansible naming scheme 2021-03-22 21:28:51 +01:00
main.yml Add 'latest' version to automatically download the latest gitea release. 2021-07-16 10:16:54 -07:00
set_version.yml Add 'latest' version to automatically download the latest gitea release. 2021-07-16 10:16:54 -07:00
versioncheck.yml update ansible version requirement 2021-05-10 22:49:14 +02:00