Skip to content

osiell/ansible-ssmtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sSMTP

Ansible role to deploy sSMTP on a Debian or Ubuntu host.

Supported Platforms

  • Debian
    • Wheezy (7)
    • Jessie (8)
    • Stretch (9)
  • Ubuntu
    • Trusty (14.04)
    • Xenial (16.04)

Example (Playbook)

- name: Any host
  hosts: my_host
  become: yes
  roles:
    - ssmtp
  vars:
	- ssmtp_conf:
		Root: root@your.domain
		Mailhub: mail.provider.net:465
		UseTLS: 'YES'
		AuthUser: Login
		AuthPass: PaSsWORd
		RewriteDomain: your.domain
		FromLineOverride: 'NO'

Variables

See the defaults/main.yml file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages