Commit Graph

118 Commits (5821128995097831f3dd31fca80546c5d6392e66)

Author SHA1 Message Date
James Cammarata b93f27e260 Move the lockfile back to tqm to make sure it stays unique 10 years ago
James Cammarata 50448d68e1 Implement max_fail_percentage and any_errors_fatal support
Fixes #11997
10 years ago
Brian Coca 154754ae50 pushed module_loader to task_queue_manager so all cli's can benefit from it
also normalized -M option across all cli
fixes #12016
10 years ago
Brian Coca 851ed45bbf adding display to plugins and start moving debug to display 11 years ago
James Cammarata 4c733fe4b7 Fix issues with vars_prompt and vars_files
* Prompt had to be moved up, as it needed to be done before the first
  templating of the play occurs, otherwise vars_files won't be templated
  properly
* Fixed a bug related to an earlier fix of vars_files incorporating
  extra vars to do the templating of the file name

Fixes #11404
11 years ago
James Cammarata e64989beb4 Moving ConnectionInformation -> PlayContext
Also making PlayContext a child class of the Playbook Base class,
which gives it access to all of the FieldAttribute code to ensure
field values are correctly typed after post_validation

Fixes #11381
11 years ago
Brian Coca a09f44210e now callback errors are not silent but warnings 11 years ago
Brian Coca a918a1bd16 now calls correct v2_on_any callback method 11 years ago
James Cammarata 67671e328a Fix callback loading issue a slightly different way 11 years ago
James Cammarata a51c165157 Revert "load callbacks on init again as they did not seem to load with new call from executor"
This reverts commit cf4ed9a556.
11 years ago
Brian Coca cf4ed9a556 load callbacks on init again as they did not seem to load with new call from executor 11 years ago
James Cammarata 08ad05c83b Make sure callbacks are loaded in the tqm a bit earlier
Fixes #11463
11 years ago
Brian Coca 7416e00541 fixed condition for loading whitelisted callbacks 11 years ago
James Cammarata 927072546b Fixing up some issues with plugin loading 11 years ago
James Cammarata 21c14363fd Allow callback plugins to be whitelisted 11 years ago
Brian Coca f29c1c7452 respect undefined config setting 11 years ago
James Cammarata f3f3fb7c49 Fixing vars_prompt 11 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2 11 years ago