Skip to content

A simple ansible playbook to install Wireguard private network

License

Notifications You must be signed in to change notification settings

n0cloud/ansible-wireguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Wireguard

A simple ansible playbook to install Wireguard VPN / secure overlay network.

Todo

  • Add support for OS other then Debian
  • Use python-netaddr to generate private Ips

Requirements

  • Ansible 2.4 (or newer) installed on the machine that will run Ansible commands.
  • Jinja

Install

You must configure the inventory file in inventory/hosts.ini

git clone https://github.com/N0Cloud/ansible-wireguard.git
cd ansible-wireguard
# Edit inventory/hosts.ini
ansible-playbook -i inventory/hosts.ini wireguard.yml

Verify the installation

You can get the status of Wireguard by running the following command on every hosts

wg show

or with ansible

ansible -i inventory/hosts.ini -a "wg show" wireguard

Resources

For more information go to Wireguard documentation.

About

A simple ansible playbook to install Wireguard private network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages