- 02 Apr, 2015 10 commits
-
-
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 12 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 -
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 -
Monty Taylor committed
-
- 31 Mar, 2015 15 commits
-
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Possible fix for the first newline and triple newline problems
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
* Do backslash escape parsing in parse_kv() [was being done in the copy module purely for newlines in the copy module's content param before] * Make parse_kv always return unicode * Add bandaid to transform args to unicode until we can fix things calling parse_kv to always send it unicode. * Make split_args deal with unicode internally. Warning, no bandaid for things calling split_args without giving it unicode (shouldn't matter as dealt with str internally before) * Fix copy and unarchive action plugins to not use setdefaultencoding * Remove escaping from copy (it was broken and made content into latin-1 sometimes). escaping is now in parse_kv. * Expect that content is now a unicode string so transform to bytes just before writing to the file. * Add initial unittests for split_args and parse_kv. 4 failing tests.because split_args is injecting extra newlines.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
cloudstack: common code used in cloudstack modules
Brian Coca committed
-
- 30 Mar, 2015 1 commit
-
-
small updates to community and contribution page
Brian Coca committed
-
- 29 Mar, 2015 2 commits
-
-
Brian Coca committed
-
Brian Coca committed
-