Exercice: commit initial
This commit is contained in:
11
23_prompts/apache.yml
Normal file
11
23_prompts/apache.yml
Normal 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
|
||||
Reference in New Issue
Block a user