Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. [newswoop:F25:ansible (set_fact_persistent %)]$ ansible-playbook -vv test_include.yml
  2. ansible-playbook 2.4.0 (set_fact_persistent 1d850952a4) last updated 2017/06/27 13:02:34 (GMT -400)
  3. config file = None
  4. configured module search path = [u'/home/adrian/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  5. ansible python module location = /home/adrian/src/ansible/lib/ansible
  6. executable location = /home/adrian/src/ansible/bin/ansible-playbook
  7. python version = 2.7.13 (default, May 10 2017, 20:04:28) [GCC 6.3.1 20161221 (Red Hat 6.3.1-1)]
  8. No config file found; using defaults
  9. [WARNING]: No inventory was parsed, only implicit localhost is available
  10.  
  11. [WARNING]: provided hosts list is empty, only localhost is available
  12.  
  13. [DEPRECATION WARNING]: You should use 'import_playbook' instead of 'include' for playbook
  14. includes.
  15. This feature will be removed in a future release. Deprecation warnings can be disabled
  16. by setting deprecation_warnings=False in ansible.cfg.
  17.  
  18. PLAYBOOK: test_include.yml ***********************************************************************
  19. 1 plays in test_include.yml
  20.  
  21. PLAY [included playbook] *************************************************************************
  22.  
  23. TASK [Gathering Facts] ***************************************************************************
  24. ok: [localhost]
  25. META: ran handlers
  26.  
  27. TASK [debug] *************************************************************************************
  28. task path: /home/adrian/src/ansible/some_playbook_to_include.yml:5
  29. ok: [localhost] => {
  30. "blippy": "foobar",
  31. "failed": false
  32. }
  33. META: ran handlers
  34. META: ran handlers
  35.  
  36. PLAY RECAP ***************************************************************************************
  37. localhost : ok=2 changed=0 unreachable=0 failed=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement