Commit Graph

13 Commits

Author SHA1 Message Date
cpunch 219bd304d6 gitea: enable LFS server 2024-05-17 00:19:05 -05:00
CPunch 5171a308be gitea backup: fix wrong dump cleanup path 2024-04-09 16:39:10 -05:00
CPunch 2686eddf88 fix gitea backup 2024-04-09 16:32:01 -05:00
CPunch 74e55ef1b9 gitea: fixed restore
wrong repos path
2024-02-21 16:55:17 -06:00
CPunch 52d526bf5c REFACTOR: lots of changes, using ansible-galaxy roles for certbot, nginx & gitea 2024-02-21 15:56:43 -06:00
CPunch bea9cb3592 gitea: backup and restore based on tags 2023-02-03 15:40:59 -06:00
CPunch 06548bf135 removed giteaUninstall var 2023-02-02 16:04:44 -06:00
CPunch feaea47028 gitea: can now backup the database remotely 2023-02-01 23:30:14 -06:00
CPunch af53eb4637 roles/gitea: support giteaUninstall variable 2023-01-21 18:25:02 -06:00
CPunch e8fe024b77 roles/git: ssh known_hosts is now idempotent
- roles/git now uses blockinfile to ensure the github ssh keypairs are trusted, and to allow subsequent ssh keypairs to be trusted and not overwritten by future runs.
- this commit marks idempotency for all roles. after a successful run of this playbook, subsequent runs will result in a change=0 !!!!!
2023-01-19 20:50:30 -06:00
CPunch 3d75ac18e7 roles/gitea: better gitea installation condition 2023-01-19 18:03:49 -06:00
CPunch e3d3ec37fd roles/gitea: installing gitea is now idempotent 2023-01-19 15:11:22 -06:00
CPunch abaa4c9639 switched to roles
- all tasks/* have been moved to their own roles in roles/*
- each file && template is now oragnized per-role
- annotated each task which still isn't idempotent !TODO!
2023-01-14 17:26:17 -06:00