You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/cli
Abhijit Menon-Sen 090cfc9e03 More helpful prompts from ansible-vault encrypt/decrypt
Now we issue a "Reading … from stdin" prompt if our input isatty(), as
gpg does. We also suppress the "x successful" confirmation message at
the end if we're part of a pipeline.

(The latter requires that we not close sys.stdout in VaultEditor, and
for symmetry we do the same for sys.stdin, though it doesn't matter in
that case.)
9 years ago
..
__init__.py Implement cat-like filtering behaviour for encrypt/decrypt 9 years ago
adhoc.py pushed module_loader to task_queue_manager so all cli's can benefit from it 9 years ago
doc.py pushed module_loader to task_queue_manager so all cli's can benefit from it 9 years ago
galaxy.py now output works for both search and info 9 years ago
playbook.py pushed module_loader to task_queue_manager so all cli's can benefit from it 9 years ago
pull.py pushed module_loader to task_queue_manager so all cli's can benefit from it 9 years ago
vault.py More helpful prompts from ansible-vault encrypt/decrypt 9 years ago