Guest User

Untitled

a guest
May 23rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. (venv) ykretov@MacBook-Pro-641:/Users/ykretov/github/ops-ansible $ deactivate
  2. ykretov@MacBook-Pro-641:/Users/ykretov/github/ops-ansible $ virtualenv --no-site-packages venv25
  3. (venv25) ykretov@MacBook-Pro-641:/Users/ykretov/github/ops-ansible $ source venv25/bin/activate
  4.  
  5. (venv25) ykretov@MacBook-Pro-641:/Users/ykretov/github/ops-ansible $ cat requirements.txt | awk -F= '{ print $1 }' > req25.txt
  6. (venv25) ykretov@MacBook-Pro-641:/Users/ykretov/github/ops-ansible $ vi req25.txt
  7.  
  8. (venv25) ykretov@MacBook-Pro-641:/Users/ykretov/github/ops-ansible $ pip install -r req25.txt
  9.  
  10. (venv25) ykretov@MacBook-Pro-641:/Users/ykretov/github/ops-ansible $ ansible-playbook playbooks/netops/build_config.yaml -l sflab-lan-1 -vvvv
  11. ansible-playbook 2.5.2
  12. config file = /Users/ykretov/github/ops-ansible/ansible.cfg
  13. configured module search path = [u'/Users/ykretov/github/ops-ansible/roles']
  14. ansible python module location = /Users/ykretov/github/ops-ansible/venv25/lib/python2.7/site-packages/ansible
  15. executable location = /Users/ykretov/github/ops-ansible/venv25/bin/ansible-playbook
  16. python version = 2.7.10 (default, Oct 6 2017, 22:29:07) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)]
  17. Using /Users/ykretov/github/ops-ansible/ansible.cfg as config file
  18. [DEPRECATION WARNING]: DEFAULT_SUDO_EXE option, In favor of Ansible Become, which is a generic framework. See become_exe. , use become instead. This feature will be removed in version
  19. 2.8. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  20. [DEPRECATION WARNING]: DEFAULT_MODULE_LANG option, Modules are coded to set their own locale if needed for screenscraping . This feature will be removed in version 2.9. Deprecation
  21. warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  22. [DEPRECATION WARNING]: DEFAULT_SUDO_USER option, In favor of Ansible Become, which is a generic framework. See become_user. , use become instead. This feature will be removed in version
  23. 2.8. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  24. setting up inventory plugins
  25. [ERROR]:
  26.  
  27. Parsed /Users/ykretov/github/ops-ansible/inventory/dynamic_inventory.rb inventory source with script plugin
  28. Parsed /Users/ykretov/github/ops-ansible/inventory/static_inventory.yaml inventory source with ini plugin
  29. statically imported: /Users/ykretov/github/ops-ansible/playbooks/netops/roles/build_fragments/tasks/set_nxos_facts.yaml
  30. statically imported: /Users/ykretov/github/ops-ansible/playbooks/netops/roles/build_fragments/tasks/template_requested_fragments.yaml
  31. statically imported: /Users/ykretov/github/ops-ansible/playbooks/netops/roles/deploy_nxos_config/tasks/checkpoint.yaml
  32. statically imported: /Users/ykretov/github/ops-ansible/playbooks/netops/roles/deploy_nxos_config/tasks/rollback_cancel.yaml
  33. statically imported: /Users/ykretov/github/ops-ansible/playbooks/netops/roles/deploy_nxos_config/tasks/rollback_schedule.yaml
  34. statically imported: /Users/ykretov/github/ops-ansible/playbooks/netops/roles/deploy_nxos_config/tasks/last_resort.yaml
  35. statically imported: /Users/ykretov/github/ops-ansible/playbooks/netops/roles/deploy_nxos_config/tasks/rollback_cancel.yaml
  36. statically imported: /Users/ykretov/github/ops-ansible/playbooks/netops/roles/deploy_nxos_config/tasks/write_mem.yaml
  37. Loading callback plugin default of type stdout, v2.0 from /Users/ykretov/github/ops-ansible/venv25/lib/python2.7/site-packages/ansible/plugins/callback/default.pyc
  38. Loading callback plugin jsnapy of type aggregate, v2.0 from /Users/ykretov/github/ops-ansible/roles/Juniper.junos/callback_plugins/jsnapy.pyc
  39.  
  40. PLAYBOOK: build_config.yaml ****************************************************************************************************************************************************************
  41. 1 plays in playbooks/netops/build_config.yaml
  42. [WARNING]: Skipping plugin (/Users/ykretov/github/ops-ansible/filter_plugins/utils/get_in.py) as it seems to be invalid: 'NoneType' object has no attribute 'FilterModule'
  43.  
  44. which fragments? (frag1|frag2...); type 'help' for list; default= [all]:
Add Comment
Please, Sign In to add comment