GNS3
- Run vagrant up
- Run GNS3
- Place images into images folder and point GNS3 to that folder
- You can place projects to the vagrant project folder if you wish
Ansible
- Ansible is setup in the same way as https://github.com/unzagi/ansible-template which can be used to create jinja2 templates.
- GNS3 from GNS3 Ubuntu Installer Guide (repo added to Vagrant Box)
- Tree
- Ansible
- Python 3.4.3
- Jinja2 for Python
vagrant@vagrant:~$ tree
.
├── Desktop
├── Documents
├── Downloads
├── GNS3
│ ├── configs
│ │ └── vpcs_base_config.txt
│ └── projects
│ └── untitled
│ ├── screenshot.png
│ └── untitled.gns3
├── Music
├── Pictures
├── Public
├── Scripts
├── Templates
└── Videos
13 directories, 3 files
vagrant@vagrant:~$
vagrant@vagrant:/etc/ansible$ tree
.
├── ansible.cfg
└── hosts
0 directories, 2 files
vagrant@vagrant:/etc/ansible$