diff --git a/playbooks/dhcp.yml b/playbooks/dhcp.yml index 9a89db8..ebfc0c5 100644 --- a/playbooks/dhcp.yml +++ b/playbooks/dhcp.yml @@ -1,4 +1,4 @@ -- name: Configure DHCP +- name: Configure IPsec StrongSwan hosts: all tasks: - name: Configure services to install in the server diff --git a/roles/ipsec/tasks/ipsec.yml b/roles/ipsec/tasks/ipsec.yml index 0b786ba..ce822dd 100644 --- a/roles/ipsec/tasks/ipsec.yml +++ b/roles/ipsec/tasks/ipsec.yml @@ -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 }}"