refactor(structure): move to 7project dir

This commit is contained in:
2025-10-05 01:30:55 +02:00
parent 291305c2e5
commit d58d553945
111 changed files with 6638 additions and 36 deletions

View File

@@ -0,0 +1,29 @@
# Example terraform.tfvars for MariaDB and MetalLB
metallb_ip_range = "10.80.0.100-10.80.0.240"
# Secret configuration (use strong passwords; do not commit real secrets)
mariadb_password = "example_password"
mariadb_root_password = "example_root_password"
# MariaDB user
mariadb_user_name = "example_user"
mariadb_user_host = "%"
mariadb_user_password = "example_user_password"
# MetalLB IPs for services (optional)
metallb_maxscale_ip = "10.80.0.219"
metallb_service_ip = "10.80.0.120"
metallb_primary_ip = "10.80.0.130"
metallb_secondary_ip = "10.80.0.131"
# phpMyAdmin toggle
phpmyadmin_enabled = true
cloudflare_account_id = "CHANGE_ME"
cloudflare_api_token = "CHANGE_ME"
cloudflare_email = "CHANGE_ME"
cloudflare_tunnel_name = "CHANGE_ME"
cloudflare_domain = "CHANGE_ME"