diff options
Diffstat (limited to 'ansible_collections/dellemc/os6/playbooks/ibgp/os6switch.yaml')
-rw-r--r-- | ansible_collections/dellemc/os6/playbooks/ibgp/os6switch.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/os6/playbooks/ibgp/os6switch.yaml b/ansible_collections/dellemc/os6/playbooks/ibgp/os6switch.yaml new file mode 100644 index 000000000..59eb0dc80 --- /dev/null +++ b/ansible_collections/dellemc/os6/playbooks/ibgp/os6switch.yaml @@ -0,0 +1,13 @@ +--- +- hosts: os6switches + gather_facts: no + become: yes + become_method: enable + connection: network_cli + collections: + - dellemc.os6 + roles: + - os6_system + - os6_vlan + - os6_interface + - os6_bgp |