Commit Graph

6185 Commits (5f18a535303decd84b63fb343803b64ddedf4e47)
 

Author SHA1 Message Date
Michael DeHaan 5f18a53530 Fixup docs formatting. 11 years ago
Michael DeHaan bc76d5adbe Merge pull request #3768 from didiercrunch/patch-1
Update supervisorctl
11 years ago
didiercrunch 15160f2d93 Update supervisorctl
Fixed the example.
11 years ago
Michael DeHaan 56a00e0667 Remove dead code. 11 years ago
Michael DeHaan 2a0d67e6fc Doc formatting/tweaking. 11 years ago
Michael DeHaan 2ff5a615df Update CHANGELOG 11 years ago
Michael DeHaan bcaa983c2f Document inventory script upgrades 11 years ago
Michael DeHaan 8955ac1eda If the result of a dynamic inventory script contains a "_meta" hash at top level
and the _meta hash contains a "hostvars", don't call --host hostname for any elements
and just serve them directly for performance enhancements with the external inventory
script and a large number of hosts.
11 years ago
Michael DeHaan f715719c4f Merge pull request #3751 from mscherer/urpmi_autodetection
Add urpmi as a package manager for mandriva-based distribution
11 years ago
Michael Scherer cfa5a0f94d Add urpmi as a package manager for mandriva-based distribution 11 years ago
Michael DeHaan 1c6b81233c Merge pull request #3692 from tima/action-init
Added support of an optional init method for action modules like rsync that need to alter the connection and other inject data before it's established.
11 years ago
Michael DeHaan de14995b8c PEP8: fix spacing 11 years ago
Michael DeHaan 4400bbdc55 Newline at end of file. 11 years ago
Michael DeHaan 841fd11f41 Fix PEP8 commenting, but comment seems obvious so just remove it. 11 years ago
Michael DeHaan dec43f7a2b PEP8 indent fix. 11 years ago
Michael DeHaan 3dbe65def2 PEP8 indent fix 11 years ago
Michael DeHaan a9121fecda Discussed datadog module at OSCON with DD folks, does not make sense to send
event types for anything other than myapps here.
11 years ago
Michael DeHaan e9747af8b7 Update changelog 11 years ago
Michael DeHaan 40e447fbd4 Merge pull request #3718 from hacosta/rpm_key
Add rpm_key module
11 years ago
Michael DeHaan 76fd769704 Merge pull request #3685 from mspaulding06/indexed_items
Indexed items lookup plugin
11 years ago
Michael DeHaan d039fbe200 Merge pull request #3649 from dekked/extra-vars-from-file
Extra vars from file
11 years ago
Michael DeHaan fa647e43ee Merge pull request #3670 from briceburg/devel
NEW MODULE: dnsmadeeasy
11 years ago
Michael DeHaan 4f82b2a114 Merge pull request #3667 from exosite/devel
Made Linode inventory module much faster.
11 years ago
Michael DeHaan cd8d742a89 Merge pull request #3659 from neuroid/jabber-chat-fix
Set default XMPP message type to 'chat'.
11 years ago
Michael DeHaan caa825b618 Rename option to 'recurse' to make it consistent. Add version_added to docs. 11 years ago
Michael DeHaan 74cde56b60 Merge pull request #3636 from uggedal/pacman-remove-recursive
Pacman module: recursive remove support
11 years ago
Michael DeHaan dab48fa3ed Slight docs tweak and remove redundant sys.exit call 11 years ago
Michael DeHaan 7e6729e821 Merge branch 'devel' of git://github.com/peterkh/ansible into devel 11 years ago
Michael DeHaan 4f9d330242 Add version_added to new parameter. 11 years ago
Michael DeHaan c0ab417ef9 Don't iterate across strings in with_nested. 11 years ago
Michael DeHaan 996dbb72eb Merge pull request #3662 from grosskur/apt-key-keyring-param
apt_key: Add 'keyring' parameter
11 years ago
Michael DeHaan 7f0cac45a5 Merge pull request #3272 from curtisgithub/devel
A module to create and delete boundary.com meters
11 years ago
Michael DeHaan 5579691b9f Merge pull request #3745 from jimi1283/issue_3714
Set result to skipped when vol group is missing and lv state=absent
11 years ago
Michael DeHaan 31ccf1dfda Merge pull request #3748 from lorin/ec2-idempotency
Add description to id parameter of ec2 module
11 years ago
Michael DeHaan bb122c3410 Merge pull request #3747 from lorin/ec2-check
ec2: check for changes
11 years ago
Michael DeHaan b31cef48e9 Merge pull request #3744 from jimi1283/issue_3360
Allow destination paths in the hg module to include a tilde (~)
11 years ago
James Cammarata 82c806979b Only use LOG_LOCK in log_flock if a runner is not specified
Fixes issue #3466 - When ansible can't authenticate against a host,
and your answer is no, ansible crash.
11 years ago
Michael DeHaan f7723651d3 Merge pull request #3740 from jimi1283/issue_3716
Adding support for hashed known_hosts entries
11 years ago
James Cammarata e32a6110af Removing skipped=True so the task is just marked as not-changed 11 years ago
Michael DeHaan 3fba6e9cff Merge branch 'git_undefined_branch_variable' of git://github.com/psvo/ansible into devel 11 years ago
Lorin Hochstein 631dc8b7b1 Add description to id parameter of ec2 module
Add some details in the docs about how the id parameter of the ec2
module behaves.
11 years ago
Lorin Hochstein 3647d112f8 ec2: Removed unused line
Remove the reference to the unused "termination_list" parameter
in the ec2 module. The instance_ids parameter is the one that contains
the list of instance ids to be terminated.
11 years ago
Lorin Hochstein 0c1f6b4f51 ec2: check for changes
In the ec2 module, if an id is specified, check if there have been
any changes. If not, return changed=False

Fixes #3746
11 years ago
James Cammarata d98ad7b374 Set result to skipped when vol group is missing and lv state=absent
Fixes issue #3714 - lvol module state=absent fails (with error) if
the volume group doesn't exist
11 years ago
James Cammarata 7d521ee22c Allow destination paths in the hg module to include a tilde (~)
Fixes issue #3360 - Inconsistent behavior of the hg module w.r.t. dest path
11 years ago
James Cammarata ba38d6bc16 Adding support for hashed known_hosts entries
Fixes Issue #3716 - SSH known host checking needs to understand
hashed known hosts
11 years ago
Petr Svoboda d9576b3529 Tidy up fix of git module traceback 11 years ago
Michael DeHaan d485abe2e7 Merge pull request #3732 from rishid/devel
User: when creating new user, ignore empty groups value
11 years ago
Michael DeHaan cb028b94a4 Merge pull request #3731 from bcoca/jinja_override_typed
now correctly 'types' value pairs that are passed to jinja overrides
11 years ago
rishid 07ef8c4d84 Verify groups string is not empty before trying add user to groups 11 years ago