July 2017
Intermediate to advanced
266 pages
6h 36m
English
The Ansible Galaxy command-line interface is provided to users so they can automate the procurement of Ansible roles from the Ansible Galaxy website. This is a highly useful command-line tool, and we will be using it for the remainder of this chapter. To begin, we will want to verify that the Ansible Galaxy command-line tool is installed and functioning properly. Let's try the following command:
#> ansible-galaxy --help
The output of this command should be something like the following:

Now that we have the pleasantries of how to basically invoke Ansible Galaxy out of the way, we can begin looking ...
Read now
Unlock full access