- 21 Jul, 2014 3 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
* Strip lookup calls out of inventory variables and clean unsafe data returned from lookup plugins (CVE-2014-4966) * Make sure vars don't insert extra parameters into module args and prevent duplicate params from superseding previous params (CVE-2014-4967)
James Cammarata committed
-
- 01 Jul, 2014 3 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
- 26 Jun, 2014 2 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
- 25 Jun, 2014 6 commits
-
-
James Cammarata committed
-
James Laska committed
-
James Laska committed
-
James Laska committed
-
Updates to Makefile include: * add targets: deb-src, deb-src-upload, deb-upload * add variables to control DEB building: DEBUILD_OPTS, DPUT_OPTS, DEB_PPA, DEB_DIST, DEB_RELEASE * create deb files for all release values in DEB_DIST Several updates to packaging/debian/* * Updated control file * Whitespace/formatting of changelog Add deb-build to .gitignore
James Laska committed -
James Cammarata committed
-
- 09 Jun, 2014 21 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
Casey Fitzpatrick committed
-
Fixes #7528
James Cammarata committed -
Fixes #7627 Fixes #7664
James Cammarata committed -
The os.path.isdir() returns True for symlinks that point to directories, so we also need to check to make sure it's not a symlink too. Fixes #7657
James Cammarata committed -
Fixes #7658
James Cammarata committed -
Fixes #7598
James Cammarata committed -
Also cleaning up integration tests that had checks for the empty item attribute in certain results. Fixes #7535
James Cammarata committed -
fixing problem where ansible would error out because Amazon was saying the group didnt exist yet (needed to wait a few more seconds for amazon to propagate correctly)
evanccopengeo committed -
James Cammarata committed
-
Josef Špak committed
-
Marc Pujol committed
-
Using sets for these operations is dangerous because sets cannot contain certain object types (such as lists) and their iteration order is undefined. Fixes #7596
Marc Pujol committed -
Isao Jonas committed
-
Fixes #7585
James Cammarata committed -
Fixes #7515 Fixes #7537
Brian Coca committed -
Fixes #7553
James Cammarata committed -
Also adds an integration test to catch this bug in the future. Fixes #7559
James Cammarata committed -
Brian Coca committed
-
This was causing a bug in the env module, due to the fact that we now pass variables for the module through the templating engine combined with the fact that we split-up the hostvars and setup variables. As a result, if a variable in the env lookup had the same name as the variable in Ansible, it would try and template itself over and over again until the recursion limit would be hit, at which time an empty string was returned. Fixes #7396
James Cammarata committed
-
- 25 May, 2014 1 commit
-
-
Remove colon which breaks installation of 1.6.2.
Michael DeHaan committed
-
- 24 May, 2014 1 commit
-
-
Rework the description so that it doesn't require the colon, rather than just wrapping it in quotes.
Harlan Lieberman-Berg committed
-
- 23 May, 2014 3 commits
-
-
James Cammarata committed
-
Since the filter list contains hosts, passing that back to list_hosts() in the inventoy causes issues when the hostname is an IPv6 address (with :'s interpreted as group unions). Since we already have the list of hosts, we should not need to pass that back through inventory a second time. Fixes #7446
James Cammarata committed -
The ssl cert check will now respect the http and https proxy environment settings. The url may also have the username/password embedded, in which case basic auth will be used to connect to the proxy server. Fixes #7413
James Cammarata committed
-