In this lesson we’ll be taking a look at ansible’s architecture and capabilities, and doing a brief overview of its operation. Both in a standard deployment, as well as how it operates when interfacing with Juniper devices. The first thing …
In this lesson we’re going to be going over YAML. Now YAML is a fun acronym, it is what’s known as a recursive acronym. because it uses its own name within the acronym definition. YAML stands for YAML ain’t markup …
In this lesson we’re going to be talking about JSON, which is JavaScript Object Notation. we had touched on this very briefly in our last lesson when we did an overview of what data serialization techniques are and a few …
Data serialization refers to the standard structuring of data in a machine-readable format that has specific data types and is formatted in a certain way so that machines can easily read and understand the data. There are many different available …
In this lesson we’re going to be talking about XPath XML documents are highly structured documents, they follow a very specific format. We also need a way to be able to navigate these documents, since they are so standardized in …