Getting ready

We need to create a folder that will contain all the code that we will outline in this chapter. We create a folder called ch1_ansible, as shown here:

$ mkdir ch1_ansible
$ cd ch1_ansible