- Network Automation Cookbook
- Karim Okasha
- 36字
- 2025-04-04 13:10:13
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