- 03 Apr, 2015 7 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
brought v2 find plugins up 2 date with v1, also added exception handling for whne there is a permissions issue
Brian Coca committed -
Brian Coca committed
-
- 02 Apr, 2015 19 commits
-
-
James Cammarata committed
-
Don't recommend installing ansible via homebrew
Brian Coca committed -
Matt Martz committed
-
capture IOErrors on backup_local (happens on non posix filesystems)
Brian Coca committed -
removed folding sudo/su to become logic from constants
Brian Coca committed -
now ansible ignores tempate errors on passwords
Brian Coca committed -
dont break everything when one of the vars in inject does not template
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Port v2 to use the C version of pyyaml instead of pure python
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
James Cammarata committed
-
Conflicts: v2/ansible/playbook/helpers.py
James Cammarata committed -
James Cammarata committed
-
Clean non-printable chars from stdout instead of dropping the whole thin...
Brian Coca committed
-
- 01 Apr, 2015 14 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
* Elminates a lot of logic in the AnsibleComposer class. * Update tests with new column offsets. The rule should now be consistently: Column is the start of the entry's value (so for strings, the first non-space after the entry beginning, for dicts, the first character of the first key)
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Change AnsibleConstructor for yaml to only return unicode strings
Toshio Kuratomi committed -
* Changes AnsibleConstructor so that only unicode strings are returned (no str type) * Tracks line, column numbers for strings * Adds unittests for AnsibleLoader (generic for all the yaml parsing)
Toshio Kuratomi committed -
Remove auth token and port openstack module_utils changes to v2 tree
Brian Coca committed -
fixes #10591
Brian Coca committed -
note added to source section
Brian Coca committed -
Fix patch action plugin
Brian Coca committed -
Added reminder to not use source install method if you're going to be installing ansible for a Tower system
Luke committed -
The rest of ansible uses validate_certs, so make that the main documented parameter. However, leave verify as an alias since that's the passthrough value to the underlying libraries.
Monty Taylor committed -
Brian Coca committed
-
dont break everything when one of the vars in inject does not template correctly, wait till its used
Brian Coca committed
-