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
- Host: GitHub
- URL: https://github.com/austincunningham/python-ansible
- Owner: austincunningham
- Created: 2018-08-11T00:04:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T10:36:31.000Z (about 7 years ago)
- Last Synced: 2025-04-14T16:00:04.894Z (about 1 year ago)
- Topics: ansible, modules, python
- Language: Python
- Homepage: https://medium.com/@auscunningham/write-a-ansible-module-with-python-527f0b292b4d
- Size: 2.93 KB
- Stars: 10
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```