This commit is contained in:
2025-07-20 14:53:12 +03:00
commit cd2f49ea82
234 changed files with 52038 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: New server configuration
hosts: new_server
become: yes
roles:
- base-tools
- set-groups
- set-users
- postgres-install
- postgres-init
- docker-install
- ssh
- firewall