September 2018
Beginner to intermediate
214 pages
5h 53m
English
Being able to build up Ansible from its source is helpful for users in an uncommon environment, or for those who have some special requirements, such as setting up Ansible without the need of a package manager or being limited to the latest stable version of Ansible. Using the development version of Ansible (or beta) always puts its user at risk of having unstable modules and plugins, but also allows for early access to future modules.
To acquire Ansible's source package, we can use two different methods: downloading the .tar file, or cloning the GitHub repository of the project. The Ansible project source files are located in its releases page (releases.ansible.com/ansible/), and the GitHub source can ...
Read now
Unlock full access