Add mail server deploy playbook and role mail server

This commit is contained in:
bnolge
2026-03-17 18:17:45 +03:00
parent 7e82a2bb46
commit a05757eb55
6 changed files with 225 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
- name: Настройка почтового сервера внутри LXC
hosts: mail # Имя хоста из инвентаря
become: yes
roles:
- mail_server