2
0

rajout exercice de synthese

This commit is contained in:
2018-01-09 15:34:28 +01:00
parent 406c72b915
commit e1be6016fa
14 changed files with 257 additions and 0 deletions

11
26_synthese/apache.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: install apache via ansible playbook
hosts: test
user: formation
become: true
vars_prompt:
- name: httpasswd
prompt: htpasswd protected area password
private: yes
roles:
- myapache5