ansible-toolkit icon indicating copy to clipboard operation
ansible-toolkit copied to clipboard

The missing Ansible tools

Results 22 ansible-toolkit issues
Sort by recently updated
recently updated
newest added

Just came across this today and it looks awesome. I tried running it but it looks like it requires runner and the API was rewritten in 2.0, no longer using...

enhancement

Ansible may use the [`ANSIBLE_VAULT_PASSWORD_FILE`](http://docs.ansible.com/ansible/playbooks_vault.html#running-a-playbook-with-vault) env variable to point the password file. One use case is when you have multiple keys for different projects. Atk should use the variable if...

We have a number of different environments configured and different vault files in each. So, we have the need to only look at the vault file we have a password...

enhancement

patch code to fix #22 ``` There are still two users of ansible.runner - show_vars.py and show_template.py: Traceback (most recent call last): File "/bin/atk-show-vars", line 6, in from ansible_toolkit.show_vars import...

enhancement

in order to compare current branch to another branch or revision

enhancement

after #30 and #27 we can enable automatic tag and push to pypi through travis-ci.

enhancement

``` ------------------------------------------- generated xml file: /Users/steenzout/Projects/github/dellis23/ansible-toolkit/tests/junit.xml ------------------------------------------- ----------------------------------------------------------------- coverage: platform darwin, python 2.7.11-final-0 ------------------------------------------------------------------ Name Stmts Miss Cover Missing ---------------------------------------------------------------------- ansible_toolkit/__init__.py 0 0 100% ansible_toolkit/exceptions.py 2 0 100% ansible_toolkit/git_diff.py 73...

enhancement

Scenario: ``` [host_group1] server[1:9] server11 server[13:20] [host_group2] server[2:5] server[12] ``` It becomes challenging in the above scenario to determine which server is a member of which host group, it'd be...

enhancement