Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. root@546d42e2daa5:/debops# debops -l pool -u root -k -vvv
  2. Running Ansible playbook from:
  3. /root/.local/share/debops/debops-playbooks/playbooks/site.yml ...
  4. Using /debops/ansible.cfg as config file
  5. SSH password:
  6. [DEPRECATION WARNING]: Specifying include variables at the top-level of the task is deprecated. Please see:
  7. http://docs.ansible.com/ansible/playbooks_roles.html#task-include-
  8. files-and-encouraging-reuse
  9.  
  10. for currently supported syntax regarding included files and variables. This feature will be removed in a future release. Deprecation warnings can be
  11. disabled by setting deprecation_warnings=False in ansible.cfg.
  12. [DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and make sure become_method is 'sudo' (default). This feature will be removed in a future release.
  13. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  14. 71 plays in /root/.local/share/debops/debops-playbooks/playbooks/site.yml
  15.  
  16. PLAY [Prepare core environment] ************************************************
  17.  
  18. TASK [setup] *******************************************************************
  19. <192.168.1.119> ESTABLISH SSH CONNECTION FOR USER: root
  20. <192.168.1.119> SSH: EXEC sshpass -d15 ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o User=root -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r -tt 192.168.1.119 'mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1470985906.45-61396414307136 )" && echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1470985906.45-61396414307136 )"'
  21. <192.168.1.119> PUT /tmp/tmpPWInOM TO /root/.ansible/tmp/ansible-tmp-1470985906.45-61396414307136/setup
  22. <192.168.1.119> SSH: EXEC sshpass -d15 sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o User=root -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r '[192.168.1.119]'
  23. <192.168.1.119> ESTABLISH SSH CONNECTION FOR USER: root
  24. <192.168.1.119> SSH: EXEC sshpass -d15 ssh -C -q -o ControlMaster=auto -o ControlPersist=60s -o User=root -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r -tt 192.168.1.119 'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /root/.ansible/tmp/ansible-tmp-1470985906.45-61396414307136/setup; rm -rf "/root/.ansible/tmp/ansible-tmp-1470985906.45-61396414307136/" > /dev/null 2>&1'
  25. fatal: [pool]: FAILED! => {"changed": false, "cmd": "/etc/ansible/facts.d/cap12s.fact", "failed": true, "invocation": {"module_args": {"fact_path": "/etc/ansible/facts.d", "filter": "*"}, "module_name": "setup"}, "msg": "[Errno 2] No such file or directory", "rc": 2}
  26.  
  27. NO MORE HOSTS LEFT *************************************************************
  28.  
  29. PLAY RECAP *********************************************************************
  30. pool : ok=0 changed=0 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement