Added the "install_wireguard" role

This commit is contained in:
2024-05-12 13:16:42 +02:00
parent cdd7baf40e
commit 1edaaff9c9
18 changed files with 429 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
# Template | Ansible 👷🏻‍♂️
# Wireguard CGNAT 🐉
A template for an Ansible repository
@@ -7,7 +7,8 @@ A template for an Ansible repository
To use this repository run:
```sh
git clone https://git.nicolabelluti.me/nicolabelluti/template-ansible
cd template-ansible
git clone https://git.nicolabelluti.me/nicolabelluti/wg-cgnat
cd wg-cgnat
nix develop
ansible-playbook playbooks/wg_cgnat.yml
```