lgaggini.ansible_stunnel

ansible-stunnel

ansible-stunnel is an Ansible role to install and configure stunnel on a debian based OS.

It performs:

  • installation of stunnel package(s)
  • configuration of tunnels
  • creation of systemd unit, start and enable

Install

Clone

git clone https://github.com/lgaggini/ansible-stunnel

Configuration

The configuration is done by vars listed and explained in defaults/main.yml file.

Usage

- name: bootstrap an ubuntu cloud image for stunnel
  hosts: mailserver
  vars_files:
    - group_vars/stunnel.yml

  roles:
    - { role: stunnel, tags: ['stunnel'] }
About

ansible-stunnel is an Ansible role to install and configure stunnel on a debian based OS.

Install
ansible-galaxy install lgaggini.ansible_stunnel
GitHub repository
License
gpl-3.0
Downloads
47
Owner
GNU/Linux IT Engineer and free software/digital rights supporter I enjoy operations/automations/monitoring and to discover, to write and to customize new tools.