User Tools

Site Tools


automation:vagrant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
automation:vagrant [2019/06/13 12:24] jotasandokuautomation:vagrant [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 45: Line 45:
   vagrant destroy   vagrant destroy
   vboxmanage list runningvms   vboxmanage list runningvms
 +
 +
 +----
 +
 +
 +ADD LINUX BOX:\\
 +  vagrant box add centos/7
 +  vagrant box list
      
 +
 +----
 +
 +ORCHESTRATE CONFIG FOR VAGRANT WITH ANSIBLE:\\
 +
 +[[https://www.linkedin.com/pulse/network-automation-using-ansibleplaybookspart-4-ahnaf-shahriar/]]
 +
 +\\
 +BUT WE GET THIS ERROR!!:
 +  [root@mycompany2test.cambridge.mycompany1.co.uk vmx-test-2]# ansible-playbook -i ini/hosts -l all playbook.yml
 +  
 +  PLAY [Change configuration using junos_config module] ************************************************************************************************************************************************************************************************************************************************************************************************
 +  
 +  TASK [ip_loop : Change configuration using junos_config module] **************************************************************************************************************************************************************************************************************************************************************************************
 +  fatal: [Router-2]: FAILED! => {"msg": "'interfaces' is undefined"}
 +
 +
automation/vagrant.1560428692.txt.gz · Last modified: (external edit)