Various Ansbile plugins.
- Use Ansible Galaxy Role ansible to install selected plugins
- See examples in role vars
- See examples in docs
- acme_filters see examples
- bool_filters see examples
- datetime_filters see examples
- dict_filters see examples
- file_filters see examples
- hash_filters see examples
- list_filters see examples
- netaddr_filters see examples
- numpy_filters see examples
- pandas_filters see examples
- string_filters see examples
- version_filters see examples
- xml_filters see examples
- pandas_filters: python3-pandas, python3-pandas-lib
- list_tests see examples
- ip_based_groups see examples
- Working With Plugins
- acme - ACME: Automatic Certificate Management Environment RFC 8555
- acme - Letsencrypt: Certificate Authority providing TLS certificates
- acme - Certbot: Software tool for automatically using Lets Encrypt certificates
- acme - ASN1: Abstract Syntax Notation One
- acme - DER vs. CRT vs. CER vs. PEM Certificates and How To Convert Them
- acme - pyOpenSSL: Wrapper around (a subset of) the OpenSSL library
- acme - cryptography: Interfaces to common cryptographic algorithms in Python
- bool - Built-in Functions
- datetime - Basic date and time types
- dict - Rename a dictionary key
- dict - 5.5. Dictionaries docs.python.org
- file - How to search for a string in text files?
- hash - Iterating a hash in an Ansible task
- list - More on Lists
- list - Sorting HOW TO
- list - Ways to sort list of dictionaries by values in Python – Using lambda function
- netaddr - A network address manipulation library for Python
- netaddr - Python Network Programming
- numpy - NumPy: The fundamental package for scientific computing with Python
- pandas - Data analysis and manipulation tool
- sort - How to sort complex version numbers in Ansible
- string - String Methods