Giter Site home page Giter Site logo

ansible-pptp-server's Introduction

PPTP VPN

Configure PPTP server on CentOS 7. Encryption setting on the client side must be "None".

Prerequisites: EPEL (?).

group_vars/all.yml consists these variables:

pptp_users:
  user1:
    password: password1
  user2:
    password: password2

pool_first_octets: 192.168.1
routing_subnet_1: 192.168.100.0/24
routing_subnet_2: 172.31.0.0/16
  • pool_first_octets - pool for clients
  • routing_subnet_1, routing_subnet_2 - inject dynamic routes

group_vars/all.yml is encrypted file.

$ ansible-vault create
$ ansible-vault encrypt group_vars/all.yml --vault-password-file ~/.ansible_vault_pass.txt
$ ansible-vault edit group_vars/all.yml --vault-password-file ~/.ansible_vault_pass.txt

Run playbook:

$ ansible-playbook site.yml -i "server," --vault-password-file ~/.ansible_fly_vault_pass.txt

ansible-pptp-server's People

Watchers

 avatar  avatar

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.