This commit is contained in:
2020-11-10 15:24:33 +01:00
parent e9c92508ed
commit 2a20abf821
14 changed files with 8722 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#
---
- hosts:
- name: installation apache2
apt:
name: apache2
state: present
- name:installation PHP
apt:
name: PHP
state: present