Guest User

Ansible Apache Log

a guest
Dec 22nd, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Thu Dec 22 21:01:30.319866 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx] Traceback (most recent call last):
  2. [Thu Dec 22 21:01:30.319879 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/var/www/html/ntc-server/ntc-server.wsgi", line 3, in <module>
  3. [Thu Dec 22 21:01:30.319917 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     from application.api import app as application
  4. [Thu Dec 22 21:01:30.319927 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/usr/local/lib/python2.7/dist-packages/dev_tools-0.1.0-py2.7.egg/application/api.py", line 23, in <module>
  5. [Thu Dec 22 21:01:30.320038 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     import run_playbook
  6. [Thu Dec 22 21:01:30.320046 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/usr/local/lib/python2.7/dist-packages/dev_tools-0.1.0-py2.7.egg/application/run_playbook.py", line 5, in <module>
  7. [Thu Dec 22 21:01:30.320087 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     from ansible.parsing.dataloader import DataLoader
  8. [Thu Dec 22 21:01:30.320095 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/usr/local/lib/python2.7/dist-packages/ansible-2.2.0.0-py2.7.egg/ansible/parsing/dataloader.py", line 34, in <module>
  9. [Thu Dec 22 21:01:30.320190 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     from ansible.parsing.vault import VaultLib, is_encrypted, is_encrypted_file
  10. [Thu Dec 22 21:01:30.320198 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/usr/local/lib/python2.7/dist-packages/ansible-2.2.0.0-py2.7.egg/ansible/parsing/vault/__init__.py", line 73, in <module>
  11. [Thu Dec 22 21:01:30.320360 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     from ansible.utils.display import Display
  12. [Thu Dec 22 21:01:30.320367 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/usr/local/lib/python2.7/dist-packages/ansible-2.2.0.0-py2.7.egg/ansible/utils/display.py", line 35, in <module>
  13. [Thu Dec 22 21:01:30.320458 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     from ansible import constants as C
  14. [Thu Dec 22 21:01:30.320466 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/usr/local/lib/python2.7/dist-packages/ansible-2.2.0.0-py2.7.egg/ansible/constants.py", line 161, in <module>
  15. [Thu Dec 22 21:01:30.320577 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     DEFAULT_LOCAL_TMP         = get_config(p, DEFAULTS, 'local_tmp',        'ANSIBLE_LOCAL_TEMP',      '$HOME/.ansible/tmp', istmppath=True)
  16. [Thu Dec 22 21:01:30.320585 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/usr/local/lib/python2.7/dist-packages/ansible-2.2.0.0-py2.7.egg/ansible/constants.py", line 81, in get_config
  17. [Thu Dec 22 21:01:30.320596 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     makedirs_safe(value, 0o700)
  18. [Thu Dec 22 21:01:30.320602 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]   File "/usr/local/lib/python2.7/dist-packages/ansible-2.2.0.0-py2.7.egg/ansible/utils/path.py", line 67, in makedirs_safe
  19. [Thu Dec 22 21:01:30.320635 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx]     raise AnsibleError("Unable to create local directories(%s): %s" % (to_native(rpath), to_native(e)))
  20. [Thu Dec 22 21:01:30.320652 2016] [:error] [pid 16193:tid 139812161828608] [client 204.xxx.xx.x:58xxx] AnsibleError: Unable to create local directories(/$HOME/.ansible/tmp): [Errno 13] Permission denied: '/$HOME'
Advertisement
Add Comment
Please, Sign In to add comment