docs: add agent guidelines and update role title in readme

- Create AGENTS.md to define contribution rules, specifically mandating the use of ansible.builtin namespace and ensuring documentation updates.
- Update the README.md header from "Postfix" to "Mail" to align with the repository name.
This commit is contained in:
2026-02-10 17:51:44 -03:00
parent dfd5d89905
commit 589d3e0d12
2 changed files with 5 additions and 1 deletions

4
AGENTS.md Normal file
View File

@@ -0,0 +1,4 @@
# AGENTS.md
- Only use `ansible.builtin`
- Always update `README.md`

View File

@@ -1,4 +1,4 @@
# **Ansible Role: Postfix**
# **Ansible Role: Mail**
An Ansible role to install and configure Postfix on Debian-based systems.