Closed GMNGeoffrey closed 7 years ago
This is indeed a bug, cipher defaults are defined in the vpn role here and are not under the client role. This is likely the result of previous refactoring. I'll tag @gunph1ld in hopes he has time to fix this one.
Awesome, thanks :-)
OS / Environment
Ubuntu 16.04 LTS
Ansible version
2.2.0.0
Version of components from
requirements.txt
Name: msrestazure Version: 0.4.7 Summary: AutoRest swagger generator Python client runtime. Azure-specific module. Home-page: https://github.com/Azure/msrestazure-for-python Author: Microsoft Corporation Author-email: UNKNOWN License: MIT License Location: /home/geoffrey/algo-master/env/lib/python2.7/site-packages Requires: keyring, msrest, adal Name: boto3 Version: 1.4.4 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services Author-email: UNKNOWN License: Apache License 2.0 Location: /home/geoffrey/algo-master/env/lib/python2.7/site-packages Requires: s3transfer, jmespath, botocore Name: apache-libcloud Version: 2.0.0 Summary: A standard Python library that abstracts away differences among multiple cloud provider APIs. For more information and documentation, please see http://libcloud.apache.org Home-page: http://libcloud.apache.org/ Author: Apache Software Foundation Author-email: dev@libcloud.apache.org License: Apache License (2.0) Location: /home/geoffrey/algo-master/env/lib/python2.7/site-packages Requires: requests Name: six Version: 1.10.0 Summary: Python 2 and 3 compatibility utilities Home-page: http://pypi.python.org/pypi/six/ Author: Benjamin Peterson Author-email: benjamin@python.org License: MIT Location: /home/geoffrey/algo-master/env/lib/python2.7/site-packages Requires: Name: pyOpenSSL Version: 17.0.0 Summary: Python wrapper module around the OpenSSL library Home-page: https://pyopenssl.readthedocs.io/ Author: Hynek Schlawack Author-email: hs@ox.cx License: Apache License, Version 2.0 Location: /home/geoffrey/algo-master/env/lib/python2.7/site-packages Requires: cryptography, six
Summary of the problem
When I run Linux client setup I get an error:
It looks like it's an issue accessing the ciphers in roles/vpn/templates/client_ipsec.conf.j2 from roles/client/tasks/main.yml. Any guidance on the issue here?
Steps to reproduce the behavior
The way of deployment (cloud or local)
Cloud
Expected behavior
Can setup a linux client using these instructions.
Actual behavior
Setup fails at setting up ipsec config
Full log
For Client setup
For Server setup