functionallyliterate.ssmtp-role

SSMTP Role

This section provides a simple overview of the SSMTP role.

Requirements

List any prerequisites that are not included in Ansible or the role itself. For example, if the role requires the EC2 module, mention here that the boto package is needed.

Role Variables

Default settings include:

  • ssmtp_package_state: latest
  • ssmtp_authorized_users: (specify authorized users)
  • ssmtp_authorized_group: ssmtp
  • ssmtp_postmaster: (specify postmaster)
  • ssmtp_mailhub_host: (specify mail hub host)
  • ssmtp_mailhub_port: (specify mail hub port)
  • ssmtp_auth_method: LOGIN
  • ssmtp_auth_user: (specify authentication user)
  • ssmtp_auth_password: (specify authentication password)
  • ssmtp_use_tls: (specify if TLS is used)
  • ssmtp_starttls: "YES"
  • ssmtp_rewrite_domain: (specify domain for rewriting)
  • ssmtp_from_line_override: (override for from line)
  • ssmtp_docker_host: no
  • ssmtp_hostname: "{{ ansible_hostname }}"

Dependencies

List other roles available on Galaxy here, along with any important parameters or variables that need to be set for those roles.

Example Playbook

Here’s an example of how to use this role (including variables as parameters):

- hosts: servers
  roles:
     - { role: username.rolename, x: 42 }

License

This role is licensed under the BSD license.

Author Information

You can add optional contact information or a website here (HTML is not allowed).

Informazioni sul progetto

A role to set up ssmtp

Installa
ansible-galaxy install functionallyliterate.ssmtp-role
Licenza
Unknown
Download
94
Proprietario