{"id":18469068,"url":"https://github.com/sansible/openvpn","last_synced_at":"2025-06-14T06:02:28.837Z","repository":{"id":74439474,"uuid":"59296011","full_name":"sansible/openvpn","owner":"sansible","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-29T13:11:29.000Z","size":19,"stargazers_count":6,"open_issues_count":4,"forks_count":6,"subscribers_count":10,"default_branch":"develop","last_synced_at":"2025-04-08T10:41:38.071Z","etag":null,"topics":["ansible","ansible-role","ansible-roles","openvpn","openvpn-server"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sansible.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-20T13:22:07.000Z","updated_at":"2020-07-25T15:54:54.000Z","dependencies_parsed_at":"2023-02-26T18:31:43.862Z","dependency_job_id":null,"html_url":"https://github.com/sansible/openvpn","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/sansible/openvpn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fopenvpn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fopenvpn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fopenvpn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fopenvpn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sansible","download_url":"https://codeload.github.com/sansible/openvpn/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sansible%2Fopenvpn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259768514,"owners_count":22908228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","ansible-roles","openvpn","openvpn-server"],"created_at":"2024-11-06T10:08:53.378Z","updated_at":"2025-06-14T06:02:28.829Z","avatar_url":"https://github.com/sansible.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenVPN\n\nMaster: [![Build Status](https://travis-ci.org/sansible/openvpn.svg?branch=master)](https://travis-ci.org/sansible/openvpn)\nDevelop: [![Build Status](https://travis-ci.org/sansible/openvpn.svg?branch=develop)](https://travis-ci.org/sansible/openvpn)\n\n* [ansible.cfg](#ansible-cfg)\n* [Installation and Dependencies](#installation-and-dependencies)\n* [Tags](#tags)\n* [Examples](#examples)\n\nThis roles installs Openvpn.\n\n\n\n\n## ansible.cfg\n\nThis role is designed to work with merge \"hash_behaviour\". Make sure your\nansible.cfg contains these settings\n\n```INI\n[defaults]\nhash_behaviour = merge\n```\n\n\n\n\n## Installation and Dependencies\n\nTo install run `ansible-galaxy install sansible.openvpn` or add this to your\n`roles.yml`.\n\n```YAML\n- name: sansible.openvpn\n  version: v1.0\n```\n\nand run `ansible-galaxy install -p ./roles -r roles.yml`\n\n\n\n\n## Tags\n\nThis role uses two tags: **build** and **configure**\n\n* `build` - Installs Openvpn and all it's dependencies.\n* `configure` - Configure and ensures that the Openvpn service is running.\n\n\n\n\n## Examples\n\nTo install:\n\n```YAML\n- name: Install and configure Openvpn\n  hosts: \"somehost\"\n\n  roles:\n    - role: sansible.openvpn\n```\n\nWith keys in S3 and EIP:\n\n```YAML\n- name: Install and configure Openvpn\n  hosts: \"somehost\"\n\n  roles:\n    - role: sansible.openvpn\n      openvpn:\n        aws_s3_path: \"s3://secrets/vpn\"\n        aws_ec2_elastic_ip: \"52.14.28.119\"\n        bastion_route_subnet: \"172.1.0.0/16\"\n        subnet: \"10.1.0.0/16\"\n        tls_auth_enabled: yes\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsansible%2Fopenvpn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsansible%2Fopenvpn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsansible%2Fopenvpn/lists"}