]> xn--ix-yja.es Git - infrastructure.git/commitdiff
Add email software
authoralex <alex@pdp7.net>
Sat, 11 Oct 2025 17:37:40 +0000 (19:37 +0200)
committeralex <alex@pdp7.net>
Sat, 11 Oct 2025 17:37:40 +0000 (19:37 +0200)
infrastructure/roles/mail/tasks/main.yaml [new file with mode: 0644]
infrastructure/site.yaml

diff --git a/infrastructure/roles/mail/tasks/main.yaml b/infrastructure/roles/mail/tasks/main.yaml
new file mode 100644 (file)
index 0000000..3a1dd62
--- /dev/null
@@ -0,0 +1,5 @@
+- name: install email software
+  ansible.builtin.package:
+    name:
+      - mutt
+      - urlview
index 12e4b2d2286e31f4f3f99faa16a4fdeeb0a8b3b9..2b5e78a52d05422b01d0f6226031696f3930283e 100644 (file)
@@ -2,6 +2,7 @@
 - hosts: all
   roles:
     - users
+    - mail
     - motd
     - web
     - systemd