Skip to content

Commit

Permalink
docs(avd.sh): Provide links to different versions: latest & devel (ar…
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 authored May 1, 2021
1 parent fa8400d commit 6ff7ba6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
32 changes: 9 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ The documentation how to leverage ansible-avd collection is located here:

**Additional Python Libraries required:**

- netaddr `0.7.19`
- Jinja2 `2.11.3`
- treelib `1.5.5`
- cvprac `1.0.5`
- paramiko `2.7.1`
- jsonschema `3.2.0`
- requests `2.25.1`
- PyYAML `5.4.1`
- md-toc `7.1.0`
- netaddr
- Jinja2
- treelib
- cvprac
- paramiko
- jsonschema
- requests
- PyYAML
- md-toc

**Ansible + Additional Python Libraries Installation:**

Expand All @@ -86,20 +86,6 @@ $ pip3 install ansible==2.10.7
$ pip3 install -r ansible_collections/arista/avd/requirements.txt
```

requirements.txt content:

```text
netaddr==0.7.19
Jinja2==2.11.3
treelib==1.5.5
cvprac==1.0.5
paramiko==2.7.1
jsonschema==3.2.0
requests==2.25.1
PyYAML==5.4.1
md-toc==7.1.0
```

**Ansible Configuration INI file:**

- enable jinja2 extensions: loop controls and do
Expand Down
5 changes: 5 additions & 0 deletions ansible_collections/arista/avd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
[Arista Networks](https://www.arista.com/) supports Ansible for managing devices running the EOS operating system natively through eapi or [CloudVision Portal (CVP)](https://www.arista.com/en/products/eos/eos-cloudvision).
This collection includes a set of ansible roles and modules to help kick-start your automation with Arista. The various roles and templates provided are designed to be customized and extended to your needs!

Full documentation for the collection is available on read-the-docs:

- [Latest stable version](https://www.avd.sh/en/latest/)
- [Collection development version](https://www.avd.sh/en/devel/)

## Validated Designs

The arista.avd collection provides abstracted data models and framework to build, document, deploy and validate the following designs:
Expand Down

0 comments on commit 6ff7ba6

Please sign in to comment.