Last active
February 3, 2016 10:36
-
-
Save ermshiperete/9f7f303507488b2321d6 to your computer and use it in GitHub Desktop.
Error when running `vagrant up` in `web-languageforge/deploy/debian`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [ssl_config : Summary] **************************************************** | |
failed: [dev -> localhost] => (item={u'state': u'selfsign', u'request': {u'locality': u'Chiang Mai', u'organization_unit': u'', u'alt_names': [{u'key': u'DNS.1', u'value': u'www.scriptureforge.local'}, {u'key': u'DNS.2', u'value': u'scriptureforge.local'}], u'state': u'Chiang Mai', u'country_code': u'TH', u'common_name': u'scriptureforge.local', u'organization': u'SIL'}, u'name': u'scriptureforge', u'sign': None}) => {"changed": false, "cmd": "openssl req -text -in site_info/dev/ssl/scriptureforge.csr | grep -v '\\(:\\w\\w:$\\)\\|\\(\\w\\w:\\w\\w$\\)' | head -n 18 > site_info/dev/ssl/scriptureforge.csr.txt", "delta": "0:00:00.008902", "end": "2016-02-03 10:58:40.176651", "failed": true, "item": {"name": "scriptureforge", "request": {"alt_names": [{"key": "DNS.1", "value": "www.scriptureforge.local"}, {"key": "DNS.2", "value": "scriptureforge.local"}], "common_name": "scriptureforge.local", "country_code": "TH", "locality": "Chiang Mai", "organization": "SIL", "organization_unit": "", "state": "Chiang Mai"}, "sign": null, "state": "selfsign"}, "rc": 2, "start": "2016-02-03 10:58:40.167749", "stderr": "/bin/sh: 1: cannot create site_info/dev/ssl/scriptureforge.csr.txt: Directory nonexistent\nsite_info/dev/ssl/scriptureforge.csr: No such file or directory\n140031182448288:error:02001002:system library:fopen:No such file or directory:bss_file.c:398:fopen('site_info/dev/ssl/scriptureforge.csr','r')\n140031182448288:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:400:", "stdout": "", "stdout_lines": [], "warnings": []} | |
RUNNING HANDLER [fix : restart rsyslog] **************************************** | |
PLAY RECAP ********************************************************************* | |
dev : ok=15 changed=6 unreachable=0 failed=1 | |
Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment