{"id":18783608,"url":"https://github.com/cimon-io/ansible-role-openvpn-server","last_synced_at":"2025-12-20T17:30:21.458Z","repository":{"id":66296911,"uuid":"151084357","full_name":"cimon-io/ansible-role-openvpn-server","owner":"cimon-io","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-16T15:19:38.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-29T11:45:00.818Z","etag":null,"topics":["ansible","ansible-role","openvpn"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cimon-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-10-01T12:24:27.000Z","updated_at":"2019-10-16T15:19:17.000Z","dependencies_parsed_at":"2023-03-22T10:18:07.270Z","dependency_job_id":null,"html_url":"https://github.com/cimon-io/ansible-role-openvpn-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cimon-io%2Fansible-role-openvpn-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cimon-io%2Fansible-role-openvpn-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cimon-io%2Fansible-role-openvpn-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cimon-io%2Fansible-role-openvpn-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cimon-io","download_url":"https://codeload.github.com/cimon-io/ansible-role-openvpn-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699579,"owners_count":19682574,"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","openvpn"],"created_at":"2024-11-07T20:39:52.931Z","updated_at":"2025-12-20T17:30:21.403Z","avatar_url":"https://github.com/cimon-io.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/cimon-io/ansible-role-openvpn-server.svg?branch=master)](https://travis-ci.org/cimon-io/ansible-role-openvpn-server)\n\n# Ansible Role OpenVPN Server\n\nAn ansible role that installs and configures OpenVPN server. It also allows you to install from source OpenSSL.\n\n## Requirements\n\nNone\n\n## Role Variables\n\nAvailable variables are listed below, along with default values.\n\n```yaml\nopenvpn_config_files: []\n# openvpn_config_files: [\"files/openvpn/*.conf\"]\n\nopenvpn_requirements:\n  - build-essential\n  - git\n  - pkg-config\n  - libpam0g-dev\n  - libsystemd-dev\n\nopenvpn_version: \"2.4.7\"\nopenvpn_source: \"https://swupdate.openvpn.org/community/releases/openvpn-{{ openvpn_version }}.tar.gz\"\nopenvpn_src_path: \"/usr/local/src/\"\n\nopenvpn_conf_path: \"/etc/openvpn\"\nopenvpn_install_path: \"/opt/openvpn\"\n\nopenvpn_configure_args: \"--prefix={{ openvpn_install_path }} --disable-lzo --enable-iproute2 --enable-systemd --enable-x509-alt-username\"\nopenvpn_configure_env: {}\n#  CFLAGS: \"-I{{ openvpn_openssl_prefix }}/include -Wl,-rpath={{ openvpn_openssl_prefix }}/lib -L{{ openvpn_openssl_prefix }}/lib\"\n\nopenvpn_system_openssl: True\nopenvpn_openssl_version: \"1.1.1d\"\nopenvpn_openssl_source: \"https://www.openssl.org/source/openssl-{{ openvpn_openssl_version }}.tar.gz\"\nopenvpn_openssl_prefix: \"/opt/openssl\"\nopenvpn_openssl_openssldir: \"/opt/openssl/ssl\"\n\nopenvpn_easyrsa_version: \"v3.0.6\"\nopenvpn_easyrsa_repo: \"https://github.com/OpenVPN/easy-rsa.git\"\n```\n\n## Dependencies\n\nNone\n\n## Notes\n\nYou must specify the path to the shared libraries `LD_LIBRARY_PATH={{ openvpn_openssl_prefix }}/lib/` (for easyrsa - `vars` file).\n\n## License\n\nLicensed under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcimon-io%2Fansible-role-openvpn-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcimon-io%2Fansible-role-openvpn-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcimon-io%2Fansible-role-openvpn-server/lists"}