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
39
Owner
I enjoy the operations side of my work but I don't dislike to write tools and scripts, especially in Bash and Python.