conference logo

Playlist "DENOG11"

Writing Ansible Modules

Martin Schütte

Ansible configuration management is very extensible and it is easy to write own modules for custom tasks with a few lines of Python.

Ansible is an established tool for server and network configuration. One reason for it's success is the simple architecture that encourages own customization and extension.

Here I want to present how own modules, i.e. single configuration actions on the target host, are implemented with Python or other languages.