forked from gadmin/gsb2023
Premier commit
This commit is contained in:
9
roles/webautoconf/tasks/main.yml
Normal file
9
roles/webautoconf/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Installation lighttpd
|
||||
apt: name=lighttpd state=present
|
||||
|
||||
- name: Copie wpad.dat
|
||||
copy: src=wpad.dat dest=/var/www/html
|
||||
|
||||
|
Reference in New Issue
Block a user