8748_VPN_IPsec #77

Merged
xavi merged 6 commits from 8748_VPN_IPsec into main 2025-03-17 11:51:03 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9ac8501f14 - Show all commits

View File

@ -1,4 +1,4 @@
- name: Configure DHCP
- name: Configure IPsec StrongSwan
hosts: all
tasks:
- name: Configure services to install in the server

View File

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