项目作者: wluisaraujo

项目描述 :
Infrastructure as Code (IaC) with Ansible role for OpenVPN
高级语言:
项目地址: git://github.com/wluisaraujo/ansible-role-openvpn.git
创建时间: 2019-07-01T19:44:34Z
项目社区:https://github.com/wluisaraujo/ansible-role-openvpn

开源协议:GNU General Public License v3.0

下载


Ansible GalaxyBuild Status

IaC: with Ansible role to install and configure OpenVPN


Description

Requirements

*

Installation

Installation

  1. vagrant@localhost:~$ ansible-galaxy install wluisaraujo.openvpn
  2. vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.openvpn/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

  1. ---
  2. - hosts: localhost
  3. vars:
  4. - name: value
  5. roles:
  6. - openvpn
  7. ...

Licence