- 17 Mar, 2015 2 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
- 16 Mar, 2015 10 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Fix for issue #10422.
Toshio Kuratomi committed -
Steve Gargan committed
-
Toshio Kuratomi committed
-
Brian Coca committed
-
patch tested by someone that has access to the platform
Brian Coca committed -
Adding uptime_seconds fact for linux and darwin platforms
Brian Coca committed
-
- 15 Mar, 2015 4 commits
-
-
Toshio Kuratomi committed
-
env-setup: Don't use ${.sh.file} if shell is pdkshToshio Kuratomi committed -
Steve Gargan committed
-
The default ksh in OpenBSD throws the following error: === $ . hacking/env-setup ksh: hacking/env-setup[23]: ${.sh.file}": bad substitution [...] === The same error can be seen on Linux if pdksh is used.Patrik Lundin committed
-
- 13 Mar, 2015 11 commits
-
-
Adds ansible_uptime_seconds facts for linux and darwin platforms. BSD platforms may also work.
Chris Blumentritt committed -
James Cammarata committed
-
Toshio Kuratomi committed
-
Fix detect of docker as virtualization_type.
Toshio Kuratomi committed -
Correct version number.
Brian Coca committed -
1.8.4 is the latest stable now, I believe.
Michael Crilly committed -
James Cammarata committed
-
This uses the `devel` branch when displaying the travis-ci status badge.
James Laska committed -
Add tox and travis-ci support
Brian Coca committed -
James Laska committed
-
Add tox integration to run unittests in supported python releases. Travis-CI is used for test execution. Additionally, the unittest TestQuotePgIdentifier was updated to support using assert_raises_regexp on python-2.6. Sample travis-ci output available at https://travis-ci.org/ansible/ansible/builds/54189977
James Laska committed
-
- 12 Mar, 2015 13 commits
-
-
added test requirements for pip
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
jhermann committed
-
fixed and reintroduced syncronize test
Brian Coca committed -
fixed and reintroduced syncronize test, fakerunner object needed become_method to be it's default 'sudo'
Brian Coca committed -
Nothing we can do, when it sanitizes ssh_urls it's simply overzealous.
Toshio Kuratomi committed -
fixed and reintroduced syncronize test, fakerunner object needed become_method to be it's default 'sudo'
Brian Coca committed -
TODO: * password prompting needs to be implemented, but is being worked on as part of the become privilege escalation changes
James Cammarata committed -
Was using persist_files=True when specifying the create paramater, which breaks pipelining. Switched to use delete_remote_tmp=False instead, which is the proper way to preserve the remove tmp dir when running other modules from the action plugin.
James Cammarata committed -
changed from hash_merge to combine vars which resets default to
Brian Coca committed -
Brian Coca committed
-
Note: In v1 we fix this by transforming into unicode just before we use it (when we send it to jinja2) because jinja2 cannot handle non-ascii characters in str. In v2 our model is that all text values need to be stored as unicode type internally. So we transform this to unicode when we read it from the inventory file and save it into the internal dict instead.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-