vpn: refs #8748 - Names fix
This commit is contained in:
parent
00239750a2
commit
9ac8501f14
|
@ -1,4 +1,4 @@
|
|||
- name: Configure DHCP
|
||||
- name: Configure IPsec StrongSwan
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Configure services to install in the server
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
owner: root
|
||||
group: root
|
||||
mode: u=r,g=r,o=
|
||||
- name: Configure ipsec.conf and charon
|
||||
- name: Configure ipsec and charon
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
|
|
Loading…
Reference in New Issue