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

11
23_prompts/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