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