معرفی شرکت ها


ansible-vault-rekey-2.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Roll keys and re-encrypt secrets in any repo using Ansible Vault
ویژگی مقدار
سیستم عامل -
نام فایل ansible-vault-rekey-2.0.1
نام ansible-vault-rekey
نسخه کتابخانه 2.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Shaun Martin
ایمیل نویسنده shaun@samsite.ca
آدرس صفحه اصلی https://github.com/inhumantsar/python-ansible-vault-rekey
آدرس اینترنتی https://pypi.org/project/ansible-vault-rekey/
مجوز BSD license
=================== ansible-vault-rekey =================== .. image:: https://img.shields.io/pypi/v/ansible-vault-rekey.svg :target: https://pypi.python.org/pypi/ansible-vault-rekey .. image:: https://img.shields.io/travis/inhumantsar/python-ansible-vault-rekey.svg :target: https://travis-ci.org/inhumantsar/python-ansible-vault-rekey .. image:: https://readthedocs.org/projects/ansible-vault-rekey/badge/?version=latest :target: https://ansible-vault-rekey.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://pyup.io/repos/github/inhumantsar/python-ansible-vault-rekey/shield.svg :target: https://pyup.io/repos/github/inhumantsar/python-ansible-vault-rekey/ :alt: Updates .. image:: https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8%20|%203.9-green :target: https://www.python.org/doc/versions/ :alt: Python version supported Roll keys and re-encrypt secrets in any repo using Ansible Vault * Free software: BSD license * Documentation: https://ansible-vault-rekey.readthedocs.io. Usage ----- WARNING: Very few guardrails present. Running this without options *will* overwrite data by default. Known issues / caveats: * Shows a callous disregard for whitespace and comments * Assumes it's in a playbook directory if `-r` isn't provided * Will casually write secrets to STDOUT in `--debug` mode .. code-block:: $ ansible-vault-rekey --help Usage: ansible-vault-rekey [OPTIONS] (Re)keys Ansible Vault repos. Options: --debug --dry-run Skip any action that would overwrite an original file. -k, --keep-backups Keep unencrypted copies of files after a successful rekey. -r, --code-path TEXT Path to Ansible code. -p, --password-file TEXT Path to password file. Default: vault-password.txt -v, --vars-file TEXT Only operate on the file specified. Default is to check every YAML file in Ansible role/play dirs for encrypted assets. --help Show this message and exit. You can confirm that your secrets were rencryped properly by running debug on an encrypted var or file. eg: .. code-block:: ansible --vault-password-file vault-password.txt -e "@group_vars/all.yml" -i localhost, -c local -m debug -a var=somesecurevar localhost Installation ------------ .. code-block:: pip install ansible-vault-rekey We have dependencies a couple of layers down which need to compile crypto libraries if you haven't already got them. On most systems, you'll need the following: * libffi-dev / libffi-devel * libssl-dev / openssl-devel * gcc Features -------- * TODO Testing ------- With Docker (recommended): .. code-block:: docker build -t tmp . && docker run --rm -it -w /workspace -v $(pwd):/workspace tmp Manually: .. code-block:: pip install -r requirements.txt pytest & python -m pytest tests/*.py Credits --------- This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage ======= History ======= 2.0.1 (2020-12-31) ------------------ * Fix improper encrypting YAML files 2.0.0 (2020-12-31) ------------------ * Fix dependencies errors * Dropped support for Python2 and Python 3.5 * Added support for Python 3.7, 3.8, 3.9 0.1.0 (2017-10-31) ------------------ * First release on PyPI.


نیازمندی

مقدار نام
~=7.1.2 click
~=2.9.10 ansible


نحوه نصب


نصب پکیج whl ansible-vault-rekey-2.0.1:

    pip install ansible-vault-rekey-2.0.1.whl


نصب پکیج tar.gz ansible-vault-rekey-2.0.1:

    pip install ansible-vault-rekey-2.0.1.tar.gz