37 lines
490 B
Markdown
37 lines
490 B
Markdown
Ansible Role: workstation mutt
|
|
=========
|
|
|
|
This role configure Mutt on a GNU/Linux workstation.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
Mutt, gpg2 and abook installed.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
All variables and default values are defined in `defaults/main.yml`/
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
None.
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- workstation_mutt
|
|
|
|
License
|
|
-------
|
|
|
|
BSD
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
This role was created in 2020 by Nemo.
|