James Cammarata
ce3ef7f4c1
Making the switch to v2
2015-05-03 21:47:26 -05:00
James Cammarata
f310d13280
Make sure all plugin loaders are loaded from roles and shared correctly (v2)
2015-05-01 23:48:47 -05:00
Brian Coca
4e85419257
Merge pull request #10853 from cgar/spelling
...
just a few spelling error changes
I swear only 95% of those are mine!
2015-04-30 09:02:09 -04:00
James Cammarata
4bb37b82c4
Fix duplicate callback issue in v2
...
All v2+ callbacks can now optionally define a CALLBACK_TYPE, which
when set to 'stdout' will limit those callbacks which are used for
primary output to a single callback plugin (specified to the
TaskQueueManager object and configurable in ansible.cfg/environment)
2015-04-29 01:09:27 -05:00
Carlos E. Garcia
cfbfd38723
just a few spelling error changes
2015-04-28 09:36:42 -04:00
James Cammarata
8574d40b98
Initial work to make paramiko connections work under v2
2015-04-24 02:47:56 -04:00
Pahaz Blinov
bc47fe6f82
Python 3 compatible except
statment
2015-04-21 19:13:11 +05:00
Toshio Kuratomi
7462e7e110
Merge pull request #10718 from mscherer/remove_deadcode
...
Remove old dead code ( variable no longer exist, not used )
2015-04-15 09:19:30 -07:00
James Cammarata
02e7385002
Filter tasks based on tags during iterator setup in v2
2015-04-15 01:17:02 -05:00
Michael Scherer
6dcc883ac9
Remove old dead code ( variable no longer exist, not used )
2015-04-14 19:07:57 -04:00
Brian Coca
d732c94ac2
a bunch of updates to connection info and related, to pass down passwords
...
also now options populate required fields in required order allowing play to override
added capture of debug in action plugins when stdout is not json
2015-04-06 22:35:02 -04:00
James Cammarata
e82ba723e2
Fixing multiple v2 bugs
2015-04-05 01:07:47 -05:00
James Cammarata
41d9bfde07
Moving the Display() instantiation outside of v2 classes
2015-04-03 12:17:01 -05:00
James Cammarata
785c0c0c8c
V2 fixing bugs
2015-04-02 01:19:21 -05:00
James Cammarata
4af2d0a907
Reworking v2 play iterator and fixing some other bugs
...
Still not working quite right:
* dynamic includes are not adding the included tasks yet
* running roles with tags not quite working right
2015-03-04 13:52:31 -06:00
James Cammarata
62d79568be
Creating playbook executor and dependent classes
2014-12-29 10:46:47 -06:00
James Cammarata
24bebd85b4
Adding v2 task/block iterator and some reorganizing
2014-11-08 01:44:21 -06:00