#1 - Implement new ansible role for mailserver. Just covering Postfix for now.

This commit is contained in:
2025-07-28 21:08:28 -03:00
parent 6aaacaca40
commit 347849efa0
11 changed files with 248 additions and 1 deletions

2
tests/inventory Normal file
View File

@@ -0,0 +1,2 @@
localhost

5
tests/test.yml Normal file
View File

@@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- ansible_role_mailserver