Skip to content

Instantly share code, notes, and snippets.

View real-marshal's full-sized avatar

Mukhammad Osmanov real-marshal

View GitHub Profile
@real-marshal
real-marshal / ansible-wireguard.md
Last active February 5, 2026 19:33
ansible wireguard

Ansible playbook for connecting nodes into a wg vpn. Not tried yet.

inventory.yml

all:
  hosts:
    node1:
      ansible_host: 203.0.113.1
      wg_ip: 10.0.0.1
    node2: