Ansible - rerun playbook with create vlan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-27-2019 07:50 AM
Hello,
I'm looking at using Ansible for EXOS. My plan is to make a playbook for switches, and then rerun the playbook when i make changes. This should be okay, but the playbook fails when it tries to recreate a VLAN. (As it would in the CLI).
Example.
Playbook version 1:
Playbook version 2:
I'm looking at using Ansible for EXOS. My plan is to make a playbook for switches, and then rerun the playbook when i make changes. This should be okay, but the playbook fails when it tries to recreate a VLAN. (As it would in the CLI).
Example.
Playbook version 1:
- create vlan 100
Playbook version 2:
- create vlan 100 - Failed, already in use.
- create vlan 200
0 REPLIES 0
