aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move to for_each states with repo names as keysColin Wilk2023-06-041-2/+2
| | | | | | | | | | | Previously the states of the resources had the index of the repos in the variable in them. This leads to a lot of force recreate when you remove something from the middle since all the indexes afterwards get changed. Now we use the repository name as the key for the repository states which is also unique and more permanent. Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Update terraform .gitignoreColin Wilk2023-06-041-1/+1
| | | | | | | Move to terraform directory and add tfstate backups with timestamps in them. Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add READMEColin Wilk2023-06-011-0/+3
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Move terraform config into own subdirectoryColin Wilk2023-06-015-0/+2
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add github pre-commit workflowColin Wilk2023-06-011-0/+12
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add LicenseColin Wilk2023-05-311-0/+21
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Fix terraform formatting in ansible fileColin Wilk2023-05-311-24/+23
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add galaxy homepage to ansible projectsColin Wilk2023-05-311-0/+4
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* initColin Wilk2023-05-307-0/+140