From 66cec45960ce1d9c794e9399de15c138acb18aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:03:42 +0200 Subject: Adding upstream version 7.3.0+dfsg. Signed-off-by: Daniel Baumann --- .../dellemc/os6/playbooks/ibgp/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ansible_collections/dellemc/os6/playbooks/ibgp/README.md (limited to 'ansible_collections/dellemc/os6/playbooks/ibgp/README.md') diff --git a/ansible_collections/dellemc/os6/playbooks/ibgp/README.md b/ansible_collections/dellemc/os6/playbooks/ibgp/README.md new file mode 100644 index 00000000..ab3e4e40 --- /dev/null +++ b/ansible_collections/dellemc/os6/playbooks/ibgp/README.md @@ -0,0 +1,21 @@ +# Provision OS6 Switch Stack using the Ansible Network Collection for Dell EMC OS6 + +This example describes how to use Ansible to configure Dell EMC PowerSwitch platforms running Dell EMC OS6. The sample topology contains two OS6 switches connected with each other. This example configures iBGP between two routers using the same AS. + +## Create a simple Ansible playbook + +**1**. Create an inventory file called `inventory.yaml`, then specify the device IP addresses under use in the inventory. + +**2**. Create a group variable file called `group_vars/all`, then define credentials common to all hosts. + +**3**. Create a host variable file called `host_vars/switch1.yaml`, then define credentials, hostname for switch1. + +**4**. Create a host variable file called `host_vars/switch2.yaml`, then define credentials and hostname for switch2. + +**5**. Create a playbook called `os6switch.yaml`. + +**6**. Run the playbook. + + ansible-playbook -i inventory.yaml os6switch.yaml + +(c) 2017-2020 Dell Inc. or its subsidiaries. All rights reserved. -- cgit v1.2.3