Tags
Language
Tags
November 2025
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Extending Ansible

    Posted By: AlenMiler
    Extending Ansible

    Extending Ansible by Rishabh Das
    English | Mar. 29, 2016 | ISBN: 1782175008 | 102 Pages | AZW3/MOBI/EPUB/PDF (conv) | 2.43 MB

    Ansible is an IT automation tool that lets you manage your Infrastructure as a Code. It helps you deploy your applications and manage configurations, thus making life easier. Ansible, in most ways, is self sufficient to address most of your requirements.

    Key Features

    Get the first book on the market that maximizes the functionalities of Ansible
    Master the skill of extending Ansible by deep diving into its modules and plugins
    Work through this step-by-step guide to customizing Ansible according to your requirements

    Book Description

    Ideally, standard modules, libraries, or plugins are used to automate a given IT platform. Customizing Ansible can be done by custom module and plugin development.

    This book shows you how to automate most of the tasks in your IT environment, thus minimizing the need to manually perform scheduled tasks and extend your Ansible implementation by developing customized modules and plugins.

    You'll begin by getting an understanding of the fundamental aspects of extending the Ansible framework, such as custom functions and reusable modules. You'll then progress to building custom plugins and extensions using the fundamental building blocks explained earlier. We'll also show you how to automate some tasks using scripts. Finally, we'll demonstrate how these extensions can be seamlessly integrated into existing Ansible installations and explain how to conduct unit testing on these extensions to ensure they work as desired.

    What you will learn

    Get a thorough understanding of Ansible modules
    Find out everything about plugins that fit in the Ansible architecture
    Get to grips with designing modules and handling errors
    Work with data structures
    Distribute Ansible extensions using PyPi and Git submodules
    Get to know the various distribution methods of modules and plugins

    About the Author

    Rishabh Das, presently working with Red Hat India, is responsible for managing and maintaining the CI/CD workflow and infrastructure for his team. He has more than 3 years of industry experience and has extensive hands-on experience with Ansible. You can reach Rishabh on Twitter at @rshbhdas.

    Table of Contents:

    Getting Started with Ansible
    Getting to Know Ansible Modules
    Digging Deeper into Ansible Modules
    Exploring API
    An In-Depth Look at Ansible Plugins
    Fitting It All Together – Integration
    Becoming a Master – A Complete Configuration Guide