- 29 May, 2013 40 commits
-
-
Add some FreeBSD facts
Michael DeHaan committed -
added: * ansible_distribution * ansible_distribution_release * ansible_distribution_version * ansible_os_family * ansible_pkg_mgr * ansible_ssh_host_key_ecdsa_public Also adds ECDSA public key for all plaforms.
Jiří Kubíček committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Document: OpenStack inventory script needs grizzly
Michael DeHaan committed -
Add roles support for the script module
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Adding monit module to start/stop/monitor/unmonitor process via monit
Michael DeHaan committed -
Pagerduty and Pingdom modules for core
Michael DeHaan committed -
Michael DeHaan committed
-
Feature/document facts
Michael DeHaan committed -
Updated loop documentation with explicit example of hash usage
Michael DeHaan committed -
fix ambiguous use of automatically automatic in Roles docs
Michael DeHaan committed -
Adam Miller committed
-
Chelsea Robb committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
The OpenStack Inventory script uses the OS-EXT-IPS:type parameter to distinguish between fixed and floating IP addresses. This was only added in the Grizzly release, see https://bugs.launchpad.net/nova/+bug/1117784 Specify in the docs that this inventory script requires Grizzly or greater.
Lorin Hochstein committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
git://github.com/lwade/ansibleMichael DeHaan committed
-
Michael DeHaan committed
-
Previously setting force=no caused copy to subversively fail when target did not exist on remote host. Caused by Runner._remote_md5 returning 1 when files don't exist, rather than 0.
Jeremiah Heller committed -
Modified assemble module so the dest file is streamed together rather than built-in memory before writing.
Timothy Appnel committed -
document in the man-page that {ansible,ansible-playbook} -M can also be ...
Michael DeHaan committed -
This plugin is not quite ready as it needs to support --host <hostname> and --list, like the other inventory plugins, but we should get this tweaked and include it once it is standardized. Watch this space!
Michael DeHaan committed -
Vagrant external inventory plugin
Michael DeHaan committed -
Michael DeHaan committed
-
Riak bugfixes
Michael DeHaan committed -
Defines memory and CPU facts: - memfree_mb - memtotal_mb - swapfree_mb - swaptotal_mb - processor (a list) - processor_cores - processor_count - devices As a matter of fact, on NetBSD, it is possible to get memory, swap and processor facts exactly as on Linux. Tested on NetBSD-5, NetBSD-6 and NetBSD-6.1 (without Linux emulation).
Guillaume Lasmayous committed -
Allow specification of erlang node name for rabbitmq_user/vhost/parameter actions.
Michael DeHaan committed -
Avoid crash in module_common when the file cannot be moved/copy
Michael DeHaan committed -
Kavin Kankeshwar committed
-
Darryl Stoflet committed
-