You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| Jinja-Template-Iterate-over-Inventory | 7 years ago | |
| group-vars-order | 7 years ago | |
| inventory-groups | 5 years ago | |
| load-vars | 7 years ago | |
| using-facts | 8 years ago | |
| value-from-template | 8 years ago | |
| variables-in-templates | 7 years ago | |
| vars-and-implicit-localhost | 7 years ago | |
| .gitignore | 8 years ago | |
| README.md | 8 years ago | |
| ansible.cfg | 7 years ago | |
| basename.yaml | 4 years ago | |
| combine.yaml | 5 years ago | |
| jinja-multiline-variable.yaml | 7 years ago | |
| select-filter-and-search-test.yaml | 8 years ago | |
| selectattr-filter.yaml | 7 years ago | |
| set-theory-filters.yaml | 7 years ago | |
| variable-order.yaml | 8 years ago | |
| variable-scope.yaml | 8 years ago | |
| variables-and-fact.yaml | 8 years ago | |
| when-quotes.yaml | 7 years ago | |
README.md
Advanced features/aspects of Ansible
This repository is a collection of playbooks showing advanced features or aspects of Ansible.
Current examples
Variable evaluation order: shows that Jinja placeholders in the variable value are evaluated when used and not when defined.
Select filter and search test: shows how
to combine the select filter of Jinja with the match/search test of
Ansible to filter a list.