feat: initial import of RailianceHosts starter
This commit is contained in:
commit
9860735f82
20 changed files with 355 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Terraform
|
||||
.terraform/
|
||||
terraform.tfstate*
|
||||
*.tfvars
|
||||
|
||||
# Ansible
|
||||
*.retry
|
||||
|
||||
# Secrets temp files
|
||||
*.age
|
||||
*.bak
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Loading…
Add table
Add a link
Reference in a new issue