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_runner] Add VaultCredential #19002

Merged

Commits on Jul 18, 2019

  1. [ansible_runner] Add VaultCredential

    NOTE:  The `--vault-password-file` is used instead of populating the
    `env/passwords` file here in case multiple credentials were used at the
    same time.  This differs from how `awx` does things:
    
      https://github.com/ansible/awx/blob/1242ee2b/awx/main/tasks.py#L1554
    
    Where as passwords expect file yaml file is used, but there is also
    contextual awareness of all of the passwords being added at the time of
    writing the file, where in the current case of MIQ, this is done for
    each credential type, so we don't have the context available at when
    writing the files.
    NickLaMuro committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    62dd90c View commit details
    Browse the repository at this point in the history