An open API service indexing awesome lists of open source software.

https://github.com/austincunningham/python-ansible

Example of three basic modules written for Ansible in Python
https://github.com/austincunningham/python-ansible

ansible modules python

Last synced: 12 months ago
JSON representation

Example of three basic modules written for Ansible in Python

Awesome Lists containing this project

README

          

# python-ansible
A hello world python ansible module and an example input output python ansible module, and a list example

## Prequesites
- ansible 2.5.5
- python 2.7

## Usage
```bash
$ ansible-playbook version_change.yml

$ ansible-playbook hello_world.yml

$ ansible-playbook list.yml
```