Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible vault support #45

Closed
mzuevskiy opened this issue Aug 17, 2018 · 2 comments
Closed

Ansible vault support #45

mzuevskiy opened this issue Aug 17, 2018 · 2 comments

Comments

@mzuevskiy
Copy link

ERROR! ansible-vault requires either the cryptography library (preferred) or pycrypto in order to function.
Need python-crypto/pycrypto package for correct work ansible-vault.

@William-Yeh
Copy link
Owner

It should work since 17b0a87

@ltvolks
Copy link

ltvolks commented Nov 26, 2018

Hello, this is still failing using the debian8 tag:

$ docker pull williamyeh/ansible:debian8
debian8: Pulling from williamyeh/ansible
4b105072aa89: Pulling fs layer
276e1aa1557c: Pulling fs layer
276e1aa1557c: Verifying Checksum
276e1aa1557c: Download complete
4b105072aa89: Verifying Checksum
4b105072aa89: Download complete
4b105072aa89: Pull complete
276e1aa1557c: Pull complete
Digest: sha256:e765598e3bed2e1f6992197aa7dc5295fd8b998cb0ce0e576d832a0e1848c3ff
Status: Downloaded newer image for williamyeh/ansible:debian8

$ docker run --rm -it williamyeh/ansible:debian8 ansible-vault encrypt_string asecret
New Vault password:
Confirm New Vault password:
ERROR! ansible-vault requires either the cryptography library (preferred) or pycrypto in order to function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants