All Projects → robertdebock → ansible-role-dsvpn

robertdebock / ansible-role-dsvpn

Licence: Apache-2.0 license
Install and configure dsvpn on your system.

Projects that are alternatives of or similar to ansible-role-dsvpn

ansible-role-logrotate
Install and configure logrotate on your system.
Stars: ✭ 13 (-27.78%)
Mutual labels:  playbook, molecule, tox
ansible-role-tomcat
Install and configure tomcat on your system.
Stars: ✭ 34 (+88.89%)
Mutual labels:  playbook, molecule, tox
Ansible Role Bootstrap
Prepare your system to be managed by Ansible.
Stars: ✭ 106 (+488.89%)
Mutual labels:  playbook, molecule, tox
ansible-role-fail2ban
Install and configure fail2ban on your system.
Stars: ✭ 42 (+133.33%)
Mutual labels:  playbook, molecule, tox
ansible-role-rsyslog
Install and configure rsyslog on your system.
Stars: ✭ 14 (-22.22%)
Mutual labels:  playbook, molecule, tox
ansible-role-dns
Install and configure dns on your system.
Stars: ✭ 39 (+116.67%)
Mutual labels:  playbook, molecule, tox
ansible-coredns
Ansible provisioning of CoreDNS
Stars: ✭ 25 (+38.89%)
Mutual labels:  molecule, tox
Ansible Node Exporter
Provision basic metrics exporter for prometheus monitoring tool
Stars: ✭ 263 (+1361.11%)
Mutual labels:  molecule, tox
Ansible Grafana
Platform for analytics and monitoring
Stars: ✭ 340 (+1788.89%)
Mutual labels:  molecule, tox
ansible-fluentd
Provision fluentd log collector
Stars: ✭ 20 (+11.11%)
Mutual labels:  molecule, tox
Ansible Alertmanager
Deploy Prometheus Alertmanager service
Stars: ✭ 93 (+416.67%)
Mutual labels:  molecule, tox
ansible-haproxy
Ansible HAproxy role for Unified OpenStack Installer and others.
Stars: ✭ 35 (+94.44%)
Mutual labels:  playbook, molecule
Ansible Prometheus
Deploy Prometheus monitoring system
Stars: ✭ 758 (+4111.11%)
Mutual labels:  molecule, tox
ansible-snmp-exporter
Provision SNMP metrics exporter for prometheus monitoring
Stars: ✭ 18 (+0%)
Mutual labels:  molecule, tox
ansible-blackbox-exporter
Blackbox prober exporter
Stars: ✭ 60 (+233.33%)
Mutual labels:  molecule, tox
ansible-tinc
Role to install tinc in a star/ring topology (w/ leaf/spine) (based on your variables)
Stars: ✭ 15 (-16.67%)
Mutual labels:  molecule
jvm-toxcore-c
JVM (Java/Scala/Kotlin) bindings to toxcore
Stars: ✭ 33 (+83.33%)
Mutual labels:  tox
ansible
Ansible playbooks to deploy a fullblown geOrchestra instance
Stars: ✭ 14 (-22.22%)
Mutual labels:  playbook
keras-neural-graph-fingerprint
Keras implementation of Neural Graph Fingerprints as proposed by Duvenaud et al., 2015
Stars: ✭ 47 (+161.11%)
Mutual labels:  molecule
export-dynamodb
Export Amazon DynamoDb to CSV or JSON
Stars: ✭ 52 (+188.89%)
Mutual labels:  tox

dsvpn

Install and configure dsvpn on your system.

GitHub GitLab Quality Downloads Version
github gitlab quality downloads Version

Example Playbook

This example is taken from molecule/default/converge.yml and is tested on each push, pull request and release.

---
- name: converge
  hosts: all
  become: yes
  gather_facts: yes

  roles:
    - role: robertdebock.dsvpn

The machine needs to be prepared. In CI this is done using molecule/default/prepare.yml:

---
- name: prepare
  hosts: all
  become: yes
  gather_facts: no

  roles:
    - role: robertdebock.bootstrap
    - role: robertdebock.ca_certificates
    - role: robertdebock.core_dependencies
    - role: robertdebock.buildtools

Also see a full explanation and example on how to use these roles.

Role Variables

The default values for the variables are set in defaults/main.yml:

---
# defaults file for dsvpn

# The released version to download. See https://github.com/jedisct1/dsvpn/releases.
dsvpn_version: "0.1.3"

# Where to download dsvpn to.
dsvpn_temporary_directory: /tmp

# Where to install dsvpn.
dsvpn_install_directory: /usr/local/bin

# Where to generate the keys. This is a sensitive file.
dsvpn_key_directory: /tmp

# The role to let dsvpn take, can be `client` or `server`.
dsvpn_role: client

# When the role `client` is selected, this is the address of the server
# to connect to. Can be an address or a (resolvable) name.
dsvpn_server: "127.0.0.1"

Requirements

Status of used roles

The following roles are used to prepare a system. You can prepare your system in another way.

Requirement GitHub GitLab
robertdebock.bootstrap Build Status GitHub Build Status GitLab
robertdebock.buildtools Build Status GitHub Build Status GitLab
robertdebock.ca_certificates Build Status GitHub Build Status GitLab
robertdebock.core_dependencies Build Status GitHub Build Status GitLab
robertdebock.service Build Status GitHub Build Status GitLab

Context

This role is a part of many compatible roles. Have a look at the documentation of these roles for further information.

Here is an overview of related roles: dependencies

Compatibility

This role has been tested on these container images:

container tags
el 8
debian all
fedora all
opensuse all
ubuntu all

The minimum version of Ansible required is 2.10, tests have been done to:

  • The previous version.
  • The current version.
  • The development version.

If you find issues, please register them in GitHub

License

Apache-2.0

Author Information

robertdebock

Please consider sponsoring me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].