- 19 Jun, 2015 4 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 18 Jun, 2015 25 commits
-
-
Fixes #6653
James Cammarata committed -
Add tests for rax_scaling_group
Brian Coca committed -
James Cammarata committed
-
Matt Martz committed
-
James Cammarata committed
-
Fix docs typo
Brian Coca committed -
Fixes #5779
James Cammarata committed -
Change syslog (priority) level from LOG_NOTICE to LOG_INFO
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
If you look at the meaning of the different syslog levels, NOTICE means that the event may need someone to look at it. Whereas INFO is pure informational. Since module invocations are in fact requested (deliberate) actions, they shouldn't need any additional post-processing, and therefore should not be logged as NOTICE. This may seem like hairsplitting, but correctly categorizing system events helps weeding through the noise downhill. According to Wikipedia: https://en.wikipedia.org/wiki/Syslog 5 Notice notice Events that are unusual but not error conditions . 6 Informational info Normal operational messages -no action required. Example an application has started, paused or ended successfully.
Dag Wieers committed -
Rodolfo Carvalho committed
-
Brian Coca committed
-
Brian Coca committed
-
implemneted become handling here, cannot generalize well enough in base class
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
- 17 Jun, 2015 11 commits
-
-
Fixes #5375
James Cammarata committed -
Fixes #5764
James Cammarata committed -
* fixed a bug in which failures from a with_* loop were not being caught correctly, leading to tasks continuing when they should stop * when ignore_errors is enabled, the failure will no longer count towards the number of failed tasks
James Cammarata committed -
Merge pull request #11301 from msabramo/include_inventory_file_in_unable_to_find_inventory_file_error_msg Add inventory file to "Unable to find" error msg
Brian Coca committed -
E.g.: $ ansible gabriel -m ping -i ssh_config.py ERROR! Unable to find an inventory file (ssh_config.py), specify one with -i ?
Marc Abramowitz committed -
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
-