December 2018
Beginner
826 pages
22h 54m
English
Running through what we did in this section, command by command, we'll break down what happened.
$ ansible-galaxy search "java for linux" --author geerlingguy
Initially, we needed to know whether someone had already written an Ansible role to install Java on a box. As it happens, we were able to search for Java for Linux while passing in an author's name, resulting in seven roles being found.