Add charon.conf

This commit is contained in:
TC1977 2019-03-27 12:30:06 -04:00
parent 4e28c3a4c3
commit 9ca95e4743

View file

@ -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