ulucaydin / ansible-filters

Custom Ansible filters to extend Ansible's functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Filters

This is an open source library of Ansible filters which extends the functionality of Ansible.

How to use it

Simply move the filter_plugins folder to the root directory of your Ansible project. To use it simply call the filter such as "{{ my_var|filter_name }}". For example: "{{ google.com|dns_to_ip }}"

For further assistance, please see the official Ansible documentation.

Contents

  • dns_to_ip: A filter to look up and find IP addresses in the DNS. Usage: "{{ google.com|dns_to_ip }}"

About

Custom Ansible filters to extend Ansible's functionality

License:MIT License


Languages

Language:Python 100.0%