Commit Graph

23 Commits

Author SHA1 Message Date
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 ab5b7c1d29 nginx: add http redirect to https 2024-03-10 13:52:04 -05:00
CPunch 540f63cd85 nginx: fix gitea proxy headers 2024-02-27 18:11:03 -06:00
CPunch 454d91977c nginx/tor: fix http proxy listen 2024-02-24 15:50:32 -06: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 bf198f9d63 minor typos 2023-02-01 18:01:52 -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 c6ea8eaf38 roles: minor idempotency changes 2023-01-19 18:02:55 -06:00
CPunch e3d3ec37fd roles/gitea: installing gitea is now idempotent 2023-01-19 15:11:22 -06:00
CPunch 5cdc63e35a roles/deadswitch: role is now idempotent 2023-01-18 01:10:40 -06:00
CPunch 1747125b67 roles/blog: fix updateBlog 2023-01-17 17:52:47 -06:00
CPunch 41ef83bb4e roles/blog: run updateBlog; now idempotent! 2023-01-17 17:41:25 -06:00
CPunch 4359544b6a blog: updateBlog now checks for changes before building 2023-01-17 17:32:47 -06:00
CPunch ca6fdaeff3 blog: maintain two separate builds of the site; one for tor, one for https 2023-01-16 17:17:07 -06:00
CPunch 1028023b8b roles/nginx: made idempotent 2023-01-15 21:54:03 -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