Simple ansible role to deploy NSO server on a remote machine
- Ansible
- Python (Either 2.7 or 3)
- Target machine must be a valid & reachable ansible host
Clone this repository, and execute the playbook.
ansible-playbook -e "username=username password=password version=5.3" playbook.yml
Username and Password required to download NSO image from tail-f repository.
Alternatively can use the option of copying over the image from the local machine, by uncommenting the copy function and commenting the download one.
Code not maintained.
For production use it is recommended to make use of Ansible Vault for any confidential information.