- 17 Jun, 2015 14 commits
-
-
add simple prefix filtering to vmware inventory
Brian Coca committed -
Significantly speeds up inventory collection on systems with many excluded machines.
Tom Paine committed -
support instances with no public ip
Brian Coca committed -
Avoids a race condition where previously the registered variable message was being sent after the 'host_task_ok' message, meaning the next task may be started before the var is registered, leading to an undefined variable error
James Cammarata committed -
default to private ip if the instance doesn't have a public ip assigned. (causes list index out of range error otherwise)
rncry committed -
Simplify serf inventory plugin
Brian Coca committed -
fixes 11296 where the groups does not have all the groups
Brian Coca committed -
using newly added `EnvironmentConfig` class in `serfclient`. See https://github.com/KushalP/serfclient-py/pull/17
Marc Abramowitz committed -
for tags with empty value, do not append separator
Brian Coca committed -
Benno Joy 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 2 commits
-
-
Brian Coca committed
-
Brian Coca committed
-