mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-26 19:14:01 +02:00
Remove WireGuard pki from tmpfs (#1547)
This commit is contained in:
parent
f8ce1f84a2
commit
561afe18f9
1 changed files with 0 additions and 2 deletions
|
@ -9,11 +9,9 @@
|
||||||
|
|
||||||
- name: Set config paths as facts
|
- name: Set config paths as facts
|
||||||
set_fact:
|
set_fact:
|
||||||
wireguard_pki_path: "/{{ tmpfs_volume_path }}/{{ tmpfs_volume_name }}/WireGuard/"
|
|
||||||
ipsec_pki_path: "/{{ tmpfs_volume_path }}/{{ tmpfs_volume_name }}/IPsec/"
|
ipsec_pki_path: "/{{ tmpfs_volume_path }}/{{ tmpfs_volume_name }}/IPsec/"
|
||||||
|
|
||||||
- name: Update config paths
|
- name: Update config paths
|
||||||
add_host:
|
add_host:
|
||||||
name: "{{ 'localhost' if cloud_instance_ip == 'localhost' else cloud_instance_ip }}"
|
name: "{{ 'localhost' if cloud_instance_ip == 'localhost' else cloud_instance_ip }}"
|
||||||
wireguard_pki_path: "{{ wireguard_pki_path }}"
|
|
||||||
ipsec_pki_path: "{{ ipsec_pki_path }}"
|
ipsec_pki_path: "{{ ipsec_pki_path }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue