mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 10:03:01 +02:00
Merge 208d41a0e1
into a57a0adf5e
This commit is contained in:
commit
22f1575599
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
module: shell
|
||||
openssl rand -hex 16
|
||||
become: no
|
||||
ignore_errors: yes
|
||||
register: CA_password
|
||||
|
||||
- name: Generate p12 export password
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Interface]
|
||||
PrivateKey = {{ lookup('file', wireguard_config_path + '/private/' + item.1) }}
|
||||
Address = {{ wireguard_network_ipv4['clients_range'] }}.{{ wireguard_network_ipv4['clients_start'] + item.0 + 1 }}/32{% if ipv6_support %},{{ wireguard_network_ipv6['clients_range'] }}{{ wireguard_network_ipv6['clients_start'] + item.0 + 1 }}/{{ wireguard_network_ipv6['prefix'] }}
|
||||
PrivateKey = {{ lookup('file', wireguard_config_path + '/private/' + item.1) }}
|
||||
{% endif %}
|
||||
|
||||
DNS = {{ wireguard_dns_servers }}
|
||||
|
|
Loading…
Add table
Reference in a new issue