commit 1301b05977242e2ba000543e8768f78474235cc5 Author: alessandrovitali Date: Wed Aug 12 15:00:36 2026 +0200 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36d0546 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Terraform +.terraform/ +*.tfstate +*.tfstate.backup +*.tfvars +*.tfvars.json +.terraform.lock.hcl + +# Ansible +ansible/inventory.ini + +# Private Keys & Secrets +*.pem +*.key +*.pub +id_rsa +id_rsa.pub + +# OS files +.DS_Store +Thumbs.db