Commit Graph

6 Commits

Author SHA1 Message Date
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