Tom Paine

Results 21 comments of Tom Paine

Thank you. I'd accept that as a PR if you wish.

As per [the Ansible Vault documentation](http://docs.ansible.com/ansible/playbooks_vault.html#decrypting-encrypted-files), you can run ``` ansible-vault decrypt foo.yml bar.yml baz.yml ``` So in the background, you could search for all ansible vault headers (`$ANSIBLE_VAULT`) and...

Any news on the global searching?

I want to be able to use Atom's find in project on the encrypted data so I can match variables with secrets. Not sure about the workflow. What do you...

I needed this functionality and wrote a quick&dirty script that does the above without involving Atom: https://github.com/aioue/pilfer

@sydro if you think the logic can be be adapted into `atom-ansible-vault`, I'd be happy to help test. My coding is good enough to make a PR for you.

@arielman this plugin was merged into the official Ansible repo in version 2. You don't need to copy any files - just add the `callback_whitelist = profile_tasks` to `ansible.cfg`. See...

Until it's updated, [this plugin](https://github.com/ginsys/ansible-plugins/blob/devel/callback_plugins/timestamp.py) times each task and outputs 'on the go'.

Just tested this and actually I get output after all machines have a failed task. You have a screenshot?

@serbaniuliuscezar yep think this can be issue can be closed