ajout et changementroles fw-vpn

This commit is contained in:
Johan Largy
2023-01-30 10:57:23 +01:00
parent 9fd18796a6
commit 5ddbedac97
9 changed files with 33 additions and 32 deletions

View File

@@ -0,0 +1,15 @@
---
- name: installation de ferm
apt:
name: ferm
state: present
- name: copie du ferm.conf
copy:
src: ferm.conf.{{ ansible_hostname }}
dest: /etc/ferm/ferm.conf
- name: redemarage service ferm
ansible.builtin.service:
name: ferm.service
state: restarted