Slide 10
Slide 10 text
Ansible Concepts
Javier López López | PHPConMX 2016
Modules
Ansible ships with a number of
modules (called the ‘module
library’) that can be executed
directly on remote hosts or
through Playbooks.
Users can also write their own
modules. These modules can
control system resources, like
services, packages, or files
(anything really), or handle
executing system commands.
http://docs.ansible.com/ansible/list_of_all_modules.html
‣ MySQL
‣ Redis
‣ Mongo
‣ Copy
‣ Replace
‣ RabbitMQ
‣ Azure
‣ CloudFormation Amazon
‣ Composer
‣ Amazon EC2
‣ Git
‣ New Relic
‣ Amazon S3
‣ Etc……..