Premier commit
This commit is contained in:
11
roles/dnsmasq/tasks/main.yml
Normal file
11
roles/dnsmasq/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Installation dnsmasq
|
||||
apt: name=dnsmasq state=present
|
||||
|
||||
- name: Copie du fichier dnsmasq.conf
|
||||
copy: src=dnsmasq.conf dest=/etc/
|
||||
notify:
|
||||
- restart dnsmasq
|
||||
|
||||
|
Reference in New Issue
Block a user