- 17 Jun, 2015 5 commits
-
-
for tags with empty value, do not append separator
Brian Coca committed -
plugins/inventory/serf.py: Use SERF_RPC_* env vars
Brian Coca committed -
This makes the Serf inventory plugin use the `SERF_RPC_ADDR` and `SERF_RPC_AUTH` environment variables that the `serf` command-line tool already uses. These can be used to get Serf data from a remote node instead of requiring the ansible control host to be running a serf agent and to be a member of the serf cluster.
Marc Abramowitz committed -
James Cammarata committed
-
Marc Tamsky committed
-
- 16 Jun, 2015 24 commits
-
-
Bugfix: win_checksum
Brian Coca committed -
Don't panic if AIX's uname doesn't support -W
Brian Coca committed -
The current code expects "uname -W" on AIX to always succeed. The AIX 5 instance I have doesn't support the -W flag and facts gathering always crashes on it. This skips some WPAR handling code if "uname -W" doesn't work.
Kirk Strauser committed -
Fixes for FreeBSD get_memory_facts
Brian Coca committed -
- swapinfo on FreeBSD 6 (maybe 7 too?) doesn't support the "-m" flag for fetching amounts in megabytes. This patch fetches amounts in kilobytes and divides by 1024 (and also returns the result as an int instead of a string). - When no swap is configured, swapinfo prints a header line and nothing else: $ swapinfo Device 1K-blocks Used Avail Capacity The old version unexpectedly parsed that header line and emitted nonsense values like: "ansible_swapfree_mb": "Avail" "ansible_swaptotal_mb": "1K-blocks" This version emits those items altogether.Kirk Strauser committed -
fixed become password handling
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
James Cammarata committed
-
Toshio Kuratomi committed
-
Fixes #11132
James Cammarata committed -
Add serf inventory plugin
Brian Coca committed -
Add inventory plugin for [Serf](https://serfdom.io/). Requires [`serfclient` Python module](https://pypi.python.org/pypi/serfclient).
Marc Abramowitz committed -
James Cammarata committed
-
James Cammarata committed
-
Brian Coca committed
-
Trond Hindenes committed
-
Update syslog_json.py
Brian Coca committed -
localhost is better than locahost ;)
Vebryn committed -
Brian Coca committed
-
added vaultfile class for action and lookup plugin usage
Brian Coca committed -
Brian Coca committed
-
should fix #11275
Brian Coca committed
-
- 15 Jun, 2015 11 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Allow AdHocCLI to be more flexible for overriding
Brian Coca committed -
Brian Coca committed
-
Matt Martz committed
-
Matt Martz committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-