diff options
| author | alex <alex@pdp7.net> | 2025-10-11 19:37:40 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2025-10-11 19:37:40 +0200 |
| commit | dbe79a5f530cda17dcf66d11c39cfd733406589d (patch) | |
| tree | 05e5dd2b4b985196012155ee0b42a749b75576ca /infrastructure | |
| parent | 0fe18fea1ddfb6ca4bd555af02625fde39bc7a78 (diff) | |
Add email software
Diffstat (limited to 'infrastructure')
| -rw-r--r-- | infrastructure/roles/mail/tasks/main.yaml | 5 | ||||
| -rw-r--r-- | infrastructure/site.yaml | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/infrastructure/roles/mail/tasks/main.yaml b/infrastructure/roles/mail/tasks/main.yaml new file mode 100644 index 0000000..3a1dd62 --- /dev/null +++ b/infrastructure/roles/mail/tasks/main.yaml @@ -0,0 +1,5 @@ +- name: install email software + ansible.builtin.package: + name: + - mutt + - urlview diff --git a/infrastructure/site.yaml b/infrastructure/site.yaml index 12e4b2d..2b5e78a 100644 --- a/infrastructure/site.yaml +++ b/infrastructure/site.yaml @@ -2,6 +2,7 @@ - hosts: all roles: - users + - mail - motd - web - systemd |
