1
0
Fork 0

readme and gitignore updates

This commit is contained in:
von 2024-04-27 01:54:31 +03:00
parent 7559c04f22
commit a3698e5bbf
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,6 +1,7 @@
# ---> Terraform
# Local .terraform directories
**/.terraform/*
.terraform.lock.hcl
# .tfstate files
*.tfstate
@ -33,4 +34,3 @@ override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc

View file

@ -1,2 +1,4 @@
# yatf
## nginx setup on vms:
```ansible-playbook nginx_setup.yml -bi ...,...```