- 16 Mar, 2015 4 commits
-
-
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 -
Toshio Kuratomi committed
-
Brian Coca committed
-
- 13 Mar, 2015 2 commits
-
-
Toshio Kuratomi committed
-
Not only match`/docker/`, but also `docker-` followed by a hex-id. Example (shortened): ``` $ cat /proc/1/cgroup 8:blkio:/system.slice/docker-de73f4d207861cf8757b69213ee67bb234b897a18bea7385964b6ed2d515da94.scope 7:net_cls:/ ```
Hartmut Goebel committed
-
- 12 Mar, 2015 14 commits
-
-
jhermann committed
-
Toshio Kuratomi 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 -
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 -
Toshio Kuratomi committed
-
overwrite and not merge hashing corrected merge vs combined in all pertinent sections fixed typoe in combined_Vars removed redundant inventory call, moved grousp to proper priority readded inventory vars to runner's vars correclty added inventory this time
Brian Coca committed -
Brian Coca committed
-
Toshio Kuratomi committed
-
Shirou WAKAYAMA committed
-
Shirou WAKAYAMA committed
-
Jürgen Hermann committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 11 Mar, 2015 9 commits
-
-
Brian Coca committed
-
removes sycnronize test that does not work with current sudo setup Fixes #10434
Brian Coca committed -
Brian Coca committed
-
James Cammarata committed
-
Brian Coca committed
-
Fixes #10430 Also removed redundant resolution of sudo/su for backwards compatibility which confused the conflict detection code.
Brian Coca committed -
Jeff Widman committed
-
Brian Coca committed
-
Brian Coca committed
-
- 10 Mar, 2015 11 commits
-
-
- become constants inherit existing sudo/su ones - become command line options, marked sudo/su as deprecated and moved sudo/su passwords to runas group - changed method signatures as privlege escalation is collapsed to become - added tests for su and become, diabled su for lack of support in local.py - updated playbook,play and task objects to become - added become to runner - added whoami test for become/sudo/su - added home override dir for plugins - removed useless method from ask pass - forced become pass to always be string also uses to_bytes - fixed fakerunner for tests - corrected reference in synchronize action plugin - added pfexec (needs testing) - removed unused sudo/su in runner init - removed deprecated info - updated pe tests to allow to run under sudo and not need root - normalized become options into a funciton to avoid duplication and inconsistencies - pushed suppored list to connection classs property - updated all connection plugins to latest 'become' pe - includes fixes from feedback (including typos) - added draft docs - stub of become_exe, leaving for future v2 fixes
Brian Coca committed -
James Cammarata committed
-
James Cammarata committed
-
add missing AIX network facts discovery
Brian Coca committed -
Boris Manojlovic committed
-
Brian Coca committed
-
rax module ultis: Prevent an empty error message
Brian Coca committed -
Matt Martz committed
-
Add note to section 'Loops' that the 'when:' statement is processed per-item
Brian Coca committed -
Mention `view` in the ansible vault docs
Brian Coca committed -
Boris Manojlovic committed
-