Skip to content

Ansible Role that installs and configures wireguard.

Notifications You must be signed in to change notification settings

SvenKube/ansible-wireguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: WireGuard

An Ansible Role that installs and configures WireGuard.

Requirements

None.

Role Variables

See Example Playbook section.

Dependencies

None.

Example Playbook

---
- hosts: localhost
  roles:
    - role: galaxy-wireguard
      address: <ip>
      private_key: <private_key>
      listen_port: 21841
      persistant_keepalive: 25
      peers:
        - public_key: <public_key>
          endpoint: <endpoint>
          allowed_ips: <allowed_ips>

License

GPLv3

Author Information

This role is developed and maintained by Sven Kube

About

Ansible Role that installs and configures wireguard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published