Executing Custom Lookup Plugins in the Ansible Automation Platform — Video Tutorial
How to execute two custom Ansible Lookup Plugins to interact with API and read the contents of files in the local Ansible Controller.
Watch Video
Watch "Executing Custom Lookup Plugins in the Ansible Automation Platform" on YouTube
What You'll Learn
- Introduction
- What is a Lookup Plugin?
- Links
- Step by Step
- Conclusion
- Related Articles
Full Tutorial Content
About This Tutorial
- Author: Luca Berton
- Difficulty: Beginner
- Read time: 4 min
- Category: installation
Read the full written article: Executing Custom Lookup Plugins in the Ansible Automation Platform
Topics Covered
Related Video Tutorials
- Creating a Custom Ansible Lookup Plugin in Python for Reading a File — Create a custom Ansible lookup plugin in Python to extend capabilities for reading file contents on the Ansible controller, enhancing file retrieval.
- Creating a Custom Ansible Lookup Plugin in Python for retrieving API token — Learn how to create an Ansible lookup plugin to fetch API tokens, with a complete example of the token.py plugin code and step-by-step explanations.
- Ansible Version Comparison: Compare Versions with version Test — How to compare versions in Ansible using the version test. Compare software versions, semantic versioning, strict/loose modes with conditional examples.
- Crafting and Publishing Your Custom Ansible Collection on Automation Hub — Learn to create and publish a custom Ansible Collection "test.test" on Automation Hub. Follow steps to initialize, customize, build, and upload your collection.
- Creating a New Ansible Collection: A Step-by-Step Guide — Create a new Ansible Collection \"test.test\" with ansible-galaxy. Follow steps to initialize, build, and verify the collection, resulting in a distributable.
- Configure Ansible Dynamic Inventory for VMware in Simple Steps — Discover how to configure Ansible Dynamic Inventory for VMware to automate and manage virtual machines efficiently. Step-by-step guide with Playbook included.