init: scaffold infra-tools repository structure

This commit is contained in:
marcus 2025-10-18 16:52:34 +00:00
parent ef393085fd
commit 087ed909cf
14 changed files with 26 additions and 11 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.bak
*.swp
*.pyc
.env

3
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,3 @@
# infra-tools — CONTRIBUTING
(Initial — see git history.)

10
LICENSE
View File

@ -1,9 +1 @@
MIT License
Copyright (c) 2026 marcus
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
MIT License — see git history

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
# infra-tools Makefile
.PHONY: all
all:
\t@echo 'build target TBD'

View File

@ -1,3 +1,3 @@
# infra-tools
# infra-tools — README
Internal infrastructure automation tools (Ansible, Terraform, helper scripts)
(Initial — see git history.)

View File

@ -0,0 +1 @@
# ansible/group_vars/all.yml

View File

@ -0,0 +1 @@
# ansible/inventory/prod.yml

1
ansible/site.yml Normal file
View File

@ -0,0 +1 @@
# ansible/site.yml

2
scripts/backup.sh Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
# scripts/backup.sh

2
scripts/healthcheck.sh Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
# scripts/healthcheck.sh

2
scripts/restore.sh Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
# scripts/restore.sh

1
terraform/main.tf Normal file
View File

@ -0,0 +1 @@
# terraform/main.tf

1
terraform/outputs.tf Normal file
View File

@ -0,0 +1 @@
# terraform/outputs.tf

1
terraform/variables.tf Normal file
View File

@ -0,0 +1 @@
# terraform/variables.tf