apt-get install ansible
apt-get install python-pip
ansible --version
#pip install ansible --upgrade
apt-get install openssh-server #( to enable SSH )
apt-get install openssh-client build-essential
apt-get install libffi-dev libxslt-dev libssl-dev
apt-get install git
pip install jxmlease
sudo pip install junos-eznc
pip install junos-eznc # ( for access to junos )
#ansible-galaxy will download and "install" the role, "init" will only create the intrastucture of a new role
ansible-galaxy install Juniper.junos # ( for access to junos )
>>> quick test: #ansible localhost -m setup |