Initial VPS operations handbook
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
# Local secrets and service configuration (never version these).
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
mailcow.conf
|
||||
.smtp-credentials
|
||||
.admin-token
|
||||
*.pem
|
||||
*.key
|
||||
id_*
|
||||
!*.pub
|
||||
|
||||
# Ansible runtime output.
|
||||
*.retry
|
||||
.ansible/
|
||||
facts/
|
||||
|
||||
# Editor and operating-system files.
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
*~
|
||||
Reference in New Issue
Block a user