July 2017
Intermediate to advanced
402 pages
9h 38m
English
The ansible command is the main command that drives the execution of the different modules on the remote hosts.
Modules are libraries that can be executed directly on remote hosts. Ansible comes with a number of modules as listed at http://bit.ly/24rU0yk. In addition to the standard modules, you can also create your own modules using Python. There are modules for most common use cases and technologies. The first module we will see is a simple module called ping that tries to connect to a host and returns pong if the host is usable.
In the Creating our Ansible playground section, we created a new EC2 instance using CloudFormation. ...
Read now
Unlock full access