This commit is contained in:
2023-03-09 18:02:25 +03:00
commit a81f423baa
93 changed files with 2357 additions and 0 deletions

17
roles/nginxinc.nginx_unit/.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# Any private crt and keys #
############################
*.crt
*.key
*~
\#*
# OS Specific
Thumbs.db
.DS_Store
.vscode
# Ansible specific
*.retry
# Python specific
__pycache__