VPN client gen + Samba mask fix

This commit is contained in:
git
2024-05-04 21:22:46 +02:00
parent b8369d0b28
commit fd05c2250a
9 changed files with 85 additions and 26 deletions

View File

@@ -5,7 +5,7 @@
- vault.yml
- zeus-vars.yml
vars:
user: ntb
user: tata
IP_name: 'wireguard_{{ user }}_ip'
IP: "{{ lookup('vars', IP_name) }}"
priv_name: 'wireguard_{{ user }}_key'
@@ -20,4 +20,4 @@
group: "{{ ansible_user_id }}"
mode: '0644'