Coder Social home page Coder Social logo

ansible-custom-module's Introduction

Ansible Custom Modules

Ansible is a powerful Configuration Management tool that has many built-in modules to configure target systems but there would be cases where we would need to perform tasks that are not provided by Ansible. So we have the flexibility of writing our custom modules and using them. These modules can be written in any language of our choice and I have preferred writing here with the help of Python.

Usage

I have dockerized this project so you can easily run and test it in your machine if you have docker installed as a prerequiste

Start the containers using the below docker-compose command

docker-compose up -d

Ansible Playbook Test

Once the container is up get into the container using the below command to test our ansible playbook

ansible-playbook -i inventory/inventory.ini playbooks/vishtest_playbook.yml

Ansible Custom Module Test

To test the custom module created use the below command

ansible-playbook -i inventory/inventory.ini playbooks/employee_info.yml

Blog Link

If you need to understand the Ansible Custom Module concept please refer to my blog post explaning the same.

Ansible Custom Module Blog

ansible-custom-module's People

Contributors

devopsvish avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.