Category: Data, Infrastructure, automation, yaml, ansible

Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. Ansible is powerful IT automation that you can learn quickly.

Resource modules allow the user to read in existing network configuration and convert that into a structured data model.

Now let’s create an Ansible Playbook to merge this new configuration into the network device’s running configuration: Execute the Ansible Playbook with the ansible-playbook command: And, once we run the respective merge play, all of the provided parameters will be configured on the Junos appliance with Ansible changed=True in the task output.

Again, we create an Ansible Playbook to replace this new configuration into the network device’s running configuration and verify with the following set of tasks.

Related Articles