- 27 Oct, 2013 7 commits
-
-
limit the number of connections to external cobbler server for performance. Added use of cobbler.ini file to configure settings. Tested against Cobbler 2.4.0
Peter Gehres committed -
Matt Jaynes committed
-
Add regex (search, match, regex) jinja2 filters. Fixes #3725
Michael DeHaan committed -
Added validate option to lineinfile
Michael DeHaan committed -
refusing to convert between file and hard when force=yes
Michael DeHaan committed -
Added ['date_time']['tz_offset'] using %z to get the time offset rather ...
Michael DeHaan committed -
Allow generic django_management commands
Michael DeHaan committed
-
- 26 Oct, 2013 12 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add in some code to pre-template datastructures prior to template usage. This prevents a certain class of error where filter evaluations can happen too early due to the template engine recursion being a bit limited. Addresses #4662
Michael DeHaan committed -
Michael DeHaan committed
-
Fix illegal set operation in FreeBSD section of user module.
Michael DeHaan committed -
fix for overwrite in put operation
Michael DeHaan committed -
fixed permissions of module library/cloud/ovirt
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Enable imports to work on a snippet based system, allowing for instance a library of common EC2 functions to be reused between modules. See library/system/service and library/system/ping for initial examples. Can work the old way to just import 'basic', or can import the new way to import multiple pieces of code from module_utils/.
Michael DeHaan committed -
Christian Berendt committed
-
- 25 Oct, 2013 11 commits
-
-
synchronization module take 3
jctanner committed -
Generic libcloud script for ansible inventory
Michael DeHaan committed -
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
Sebastien Goasguen committed
-
James Tanner committed
-
include basedir as 'playbook_dir' variable
Michael DeHaan committed -
closes #4246
Serge van Ginderachter committed -
https://github.com/mscherer/ansible
Merge branch 'fix_autorized_keys' of https://github.com/mscherer/ansible into mscherer-fix_autorized_keys
James Cammarata committed -
James Cammarata committed
-
- 24 Oct, 2013 9 commits
-
-
script there with a comma that would produce invalid configuration upon being wrote again
Michael Scherer committed -
Michael Scherer committed
-
it start to duplicate line, because this create a empty option in the list, and so the module add a new line along the previous one. See >>> ' a,b, '.strip().split(',') ['a', 'b', '']
Michael Scherer committed -
Fail if requested variable is not available
jctanner committed -
Fix broken FreeBsdService class
jctanner committed -
James Tanner committed
-
Add VPC support for EIP module
jctanner committed -
James Tanner committed
-
Revert 4833c2fd
James Tanner committed
-
- 23 Oct, 2013 1 commit
-
-
Fixes #4652
James Cammarata committed
-