Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. -rw-r--r-- 1 medip medip 217 oct 1 15:58 vodservers.yml
  2. medip@devops:~/medip-devops$ ansible-playbook terminals.yml --tags="integrations" --limit="D302.spau.internal.mediphealth.com"
  3. [WARNING]: * Failed to parse /home/medip/medip-devops/inventories/production/servers with yaml plugin: Syntax Error while loading YAML. The error appears to have been in '/home/medip/medip-devops/inventories/production/servers': line 6, column 1, but may be
  4. elsewhere in the file depending on the exact syntax problem. The offending line appears to be: [huse-medipservers] 172.28.96.16 ansible_ssh_port=5420 ansible_ssh_user=root ^ here exception type: <class 'yaml.parser.ParserError'> exception: expected '<document
  5. start>', but found '<scalar>' in "<unicode string>", line 6, column 1: 172.28.96.16 ansible_ssh_port=54 ... ^
  6.  
  7. [WARNING]: * Failed to parse /home/medip/medip-devops/inventories/production/servers with ini plugin: /home/medip/medip-devops/inventories/production/servers:309: Section [kioskservers:children] includes undefined group: hsaad-kioskservers
  8.  
  9. [WARNING]: Unable to parse /home/medip/medip-devops/inventories/production/servers as an inventory source
  10.  
  11. [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future release. Deprecation warnings can be disabled by setting
  12. deprecation_warnings=False in ansible.cfg.
  13. [DEPRECATION WARNING]: include is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.. This feature will be removed in a future release. Deprecation warnings can be disabled by
  14. setting deprecation_warnings=False in ansible.cfg.
  15. [WARNING]: Ignoring invalid attribute: sudo
  16.  
  17. [WARNING]: Ignoring invalid attribute: sudo_user
  18.  
  19.  
  20. PLAY [terminals] ******************************************************************************************************************************************************************************************************************************************************
  21. [WARNING]: Could not match supplied host pattern, ignoring: terminal_type_jaotech
  22.  
  23.  
  24. PLAY [terminals:&terminal_type_jaotech] *******************************************************************************************************************************************************************************************************************************
  25. skipping: no hosts matched
  26. [WARNING]: Could not match supplied host pattern, ignoring: terminal_type_barco
  27.  
  28.  
  29. PLAY [terminals:&terminal_type_barco] *********************************************************************************************************************************************************************************************************************************
  30. skipping: no hosts matched
  31. [WARNING]: Could not match supplied host pattern, ignoring: terminal_type_contec
  32.  
  33.  
  34. PLAY [terminals:&terminal_type_contec] ********************************************************************************************************************************************************************************************************************************
  35. skipping: no hosts matched
  36. [WARNING]: Could not match supplied host pattern, ignoring: terminal_type_jao18
  37.  
  38.  
  39. PLAY [terminals:&terminal_type_jao18] *********************************************************************************************************************************************************************************************************************************
  40. skipping: no hosts matched
  41.  
  42. PLAY RECAP ************************************************************************************************************************************************************************************************************************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement