cwise24 / ansible_lab

Alpine based container supporting Anisble, Git and linting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3

Alpine Linux based conatiner using Python3 and Pip3 installs.

This container was built to facilitate my NetOps to DevOps Intro course containing many packages.

  • python3 pip3
  • ansible
  • netmiko
  • jmespath
  • yamllint, pylint
  • jq
  • python-docx
  • python-pptx
  • git
  • bash
  • ncclient to run netconf

Please see the link for setting up netconf use on Juniper devices.

Created a default user ansible with a home directory of /home/ansible Created .ssh, .bashrc and imported two YAML test files

  • error.yml
  • noerror.yml

About

Alpine based container supporting Anisble, Git and linting

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%