Some checks failed
CD - Deploy Infrastructure / Terraform Validation (push) Successful in 17s
CD - Deploy Infrastructure / Deploy on pve1 (push) Failing after 7s
CD - Deploy Infrastructure / Deploy on pve2 (push) Failing after 8s
CD - Deploy Infrastructure / Deploy on pve3 (push) Failing after 7s
CD - Deploy Infrastructure / Validate K3s Cluster (push) Has been skipped
CD - Deploy Infrastructure / Deployment Notification (push) Failing after 1s
45 lines
431 B
Text
45 lines
431 B
Text
# Terraform
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
terraform.tfstate
|
|
terraform.tfstate.backup
|
|
*.tfplan
|
|
*.tfvars
|
|
!terraform.tfvars.example
|
|
.generated/
|
|
|
|
# Ansible
|
|
*.retry
|
|
.ansible_cache/
|
|
.vault_pass
|
|
|
|
# Kubernetes
|
|
kubeconfig
|
|
*.kubeconfig
|
|
|
|
# Secrets
|
|
*.pem
|
|
*.key
|
|
*-key.json
|
|
secrets/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
# Cloud-init snippets with secrets
|
|
snippets/*.yaml
|