mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Add charon.conf
This commit is contained in:
parent
4e28c3a4c3
commit
9ca95e4743
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
||||||
owner: strongswan
|
owner: strongswan
|
||||||
group: "{{ root_group|default('root') }}"
|
group: "{{ root_group|default('root') }}"
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
|
- src: charon.conf.j2
|
||||||
|
dest: "strongswan.d/charon.conf"
|
||||||
|
owner: root
|
||||||
|
group: "{{ root_group|default('root') }}"
|
||||||
|
mode: "0644"
|
||||||
notify:
|
notify:
|
||||||
- restart strongswan
|
- restart strongswan
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue