ajout yml
This commit is contained in:
10
testansible/dokuw/roles/web/tasks/main.yml
Normal file
10
testansible/dokuw/roles/web/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: installation apache2
|
||||
apt:
|
||||
name: apache2
|
||||
state: present
|
||||
|
||||
- name: installation php
|
||||
apt:
|
||||
name: php
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user