Giter VIP home page Giter VIP logo

openvpn_deploy's Introduction

OpenVPN Ansible playbooks

This repository contains Ansible playbooks for the automated deployment and management of an OpenVPN server.

Table of contents

Overview

The playbooks in this repository provide a complete automation solution for setting up and managing an OpenVPN server. The suite of scripts handles installation, configuration, and user management, thereby simplifying the server setup process. Additionally, it encapsulates EasyRSA in a Docker container for efficient public key infrastructure (PKI) management.

Requirements

  • Python3
  • Pipenv
  • Docker
  • Server running Debian or Ubuntu.

Installation

Clone the repository:

git clone https://github.com/ggragham/openvpn_deploy.git

Navigate into the repository directory:

cd openvpn_deploy/

Install Ansible and dependencies using Pipenv:

pipenv install

Configuration

Fill inventory.yml and vars.yml from templates:

cp ansible/inventory.yml.template ansible/inventory.yml
edit ansible/inventory.yml
cp ansible/vars.yml.template ansible/vars.yml
edit ansible/vars.yml

Usage

Before running the playbooks, ensure that your Pipenv virtual environment is active:

pipenv shell

Navigate into the ansible directory:

cd ansible/

To deploy an OpenVPN server, use the following command:

ansible-playbook openvpn_deploy.yml

For client management, use the corresponding playbook:

  • To add a client:
ansible-playbook openvpn_gen_client.yml -e "client_name=<name>"
  • To revoke a client:
ansible-playbook openvpn_revoke_client.yml -e "client_name=<name>"

Important Note

Don't forget to back up your configuration files and PKI information regularly. This will ensure that you can recover your OpenVPN server setup in case of unforeseen issues. The responsibility for maintaining backups lies with the user.

License

This software is published under the GPL-3.0 License license.

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.