https://github.com/nmasse-itix/ansible-examples
Some playbooks exhibiting advanced features of Ansible
https://github.com/nmasse-itix/ansible-examples
Last synced: about 2 months ago
JSON representation
Some playbooks exhibiting advanced features of Ansible
- Host: GitHub
- URL: https://github.com/nmasse-itix/ansible-examples
- Owner: nmasse-itix
- Created: 2018-06-27T06:49:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T16:29:48.000Z (about 3 years ago)
- Last Synced: 2025-02-12T11:16:34.761Z (4 months ago)
- Language: Jinja
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced features/aspects of Ansible
This repository is a collection of playbooks showing advanced features or
aspects of Ansible.## Current examples
[Variable evaluation order](variable-order.yaml): shows that Jinja placeholders
in the variable value are evaluated when used and not when defined.[Select filter and search test](select-filter-and-search-test.yaml): shows how
to combine the `select` filter of Jinja with the `match`/`search` test of
Ansible to filter a list.