ansible-labs/110.Prompt/110.Prompt.md

15 lines
377 B
Markdown
Raw Permalink Normal View History

2018-12-03 15:59:11 +01:00
# 11 - Prompt
2018-08-02 14:08:37 +02:00
This exercise makes you create a playbook that prompt the user for a value.
## Playbook Creation
Create a playbook following the given specs:
* Run on localhost
* Prompt the user for a value
* Use the debug module to print back the value
## Validation
The playbook should run and print the typed value.
There is a working playbook in `solution/solution.yml`.