Short Description
Short description is empty for this repo.
Full Description
This docker image is a starter ansible workbench for Arista switches. To get it to run enter:
docker pull xod442/ansible
docker run -i -t -v $(pwd):/ansible-sample xod442/ansible
cd ansible-sample
run ansible-playbook setup_env.yaml
run ansible-playbook base_configuration.yaml
Docker Pull Command
Owner
xod442