Network Automation Cookbook
上QQ阅读APP看书,第一时间看更新

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