Some playbooks exhibiting advanced features of Ansible
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.
Nicolas Massé 5efb055375 Using facts 8 years ago
using-facts Using facts 8 years ago
.gitignore initial commit 8 years ago
README.md add a readme 8 years ago
select-filter-and-search-test.yaml initial commit 8 years ago
variable-order.yaml initial commit 8 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.