Juniper / vqfx10k-vagrant

Vagrant projects for vQFX10k
Apache License 2.0
136 stars 62 forks source link

Problem on provisionning #28

Closed arakovshik closed 5 years ago

arakovshik commented 5 years ago

==> srv12: Running provisioner: ansible... srv12: Running ansible-playbook... ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.

The error appears to have been in '/home/ralbert/vqfx10k-vagrant/full-2qfx-4srv-evpnvxlan/pb.conf.all.commit.yaml': line 11, column 7, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  template: src=vqfx.conf.j2 dest=/tmp/{{ inventory_hostname }}.conf
- name: Deploy config to device ... please wait
  ^ here

Ansible failed to complete successfully. Any error output should be visible above. Please fix these errors and try again.

arakovshik commented 5 years ago

We found the problem The was absence of recommended modules: ansible-galaxy install Juniper.junos This solve the problem