2
0

Exercice: commit initial

This commit is contained in:
2018-01-08 19:24:19 +01:00
commit 4acecc8e04
114 changed files with 2465 additions and 0 deletions

7
17.3_variable/apache.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: install apache via ansible playbook
hosts: test
user: formation
become: true
roles:
- myapache3