Skip to content

Commit d411fa4

Browse files
committed
fix(ansible): add requirements file
Signed-off-by: Boris Glimcher <[email protected]>
1 parent b48af9e commit d411fa4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

lab/ansible/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ Install dependencies:
1818

1919
```bash
2020
python3 -m pip install ansible-pylibssh
21-
ansible-galaxy collection install community.docker
22-
ansible-galaxy collection install community.general
23-
ansible-galaxy collection install arista.eos
21+
ansible-galaxy collection install -r requirements.yml
2422
```
2523

2624
Then run the playbook:

lab/ansible/requirements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
collections:
3+
- community.docker
4+
- community.general
5+
- arista.eos

0 commit comments

Comments
 (0)