Coder Social home page Coder Social logo

ansible-role-win-stunnel's Introduction

Build Status Galaxy

Win-STunnel

Install and configure stunnel on Windows.

Role Variables

Use the following variables to configure stunnel. Configuration values that should be a literal "yes" or "no" should be specified as strings instead of YAML boolean values.

  • stunnel_global_options: A dictionary of global options for stunnel.conf. Default is {}, which does not specify any global options.
  • stunnel_services: A dictionary of services to configure in stunnel.conf. The value of each service entry should be a dictionary of configuration options and values for that service. Default is {}, which does not define any services. At least one service should be defined.

The following variables may be used for more advanced configuration:

  • stunnel_conf_template: Specify an alternate template to use to configure stunnel. The default is "stunnel.conf.j2", which builds a configuration based on stunnel_global_options and stunnel_services defined above.
  • stunnel_download_url: Specify an alternate URL to download the stunnel installer; default is "https://www.stunnel.org/downloads/stunnel-5.41-win32-installer.exe".
  • stunnel_force_install: Force installation of stunnel even if registry keys indicate it is already installed; Default is false.

Example Playbook

The following example playbook installs stunnel and adds a service to forward unencrypted local SMTP connections on port 2525 to smtp.gmail.com port 465:

- hosts: windows
  roles:
    - role: cchurch.win-stunnel
      stunnel_services:
        'gmail-smtp':
          client: 'yes'
          accept: 2525
          connect: smtp.gmail.com:465
          delay: 'yes'

License

BSD

Author Information

Chris Church [email protected]

ansible-role-win-stunnel's People

Contributors

cchurch avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ae-exact

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.