summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rework the way params are assigned to TaskIncludes when they're dynamicissue_17064_dynamic_include_params_loop_itemJames Cammarata2016-08-162-23/+20
* Allow notifies to be sent to the top level includes when they were staticJames Cammarata2016-08-151-4/+34
* Merge pull request #16606 from ryansb/rds-cluster-inventory-aioueRyan Brown2016-08-153-1/+90
|\
| * Paginate DB cluster responses in AWS RDS dynamic inventoryRyan S. Brown2016-08-152-2/+8
| * Respect profiles & credentials for boto3 inventoryRyan S. Brown2016-07-061-3/+6
| * Fail softly when boto3 is not installedTom Paine2016-07-061-2/+11
| * Add RDS cluster info to EC2 dynamic inventoryTom Paine2016-07-062-0/+61
| * Make it possible to use boto3_conn outside modulesRyan S. Brown2016-07-061-1/+11
* | Fix async logic when parsing fails (#17091)David Shrewsbury2016-08-151-1/+1
* | Update submodule refsJames Tanner2016-08-152-11/+14
* | Make sure includes for handlers in roles look in the correct subdirJames Cammarata2016-08-151-6/+6
* | slightly better presentation docsBrian Coca2016-08-151-7/+6
* | Note that to_nice_yaml(indent=X) was new in 2.2 (#17085)Tim Whittington2016-08-151-1/+1
* | document what glob style is used (#17080)Ted Timmons2016-08-151-2/+2
* | updated container detection to new lxc (#17063)Brian Coca2016-08-151-0/+9
* | Merge pull request #17077 from agaffney/junos_doc_fixPeter Sprygada2016-08-151-1/+1
|\ \
| * | Update junos docs fragment to note the default port for transport=netconfAndrew Gaffney2016-08-131-1/+1
* | | 2.1 has been releasedJohn R Barker2016-08-151-2/+2
* | | Changing license on module_utils/splitter.py to BSDJames Cammarata2016-08-131-12/+23
|/ /
* | Don't immediately return failed for any_errors_fatal tasksJames Cammarata2016-08-125-25/+26
* | Update ansible-core-ci endpoint. (#17071)Matt Clay2016-08-121-1/+1
* | Merge pull request #17061 from nickmisasi13/patch-1scottb2016-08-121-5/+5
|\ \
| * | Update developing_inventory.rstnickmisasi132016-08-121-5/+5
* | | Remove a useless section, only act on 'shell' (#16205)Dag Wieers2016-08-121-5/+0
* | | Update submodule refs.Matt Clay2016-08-121-0/+8
* | | Update submodule refs (#17062)jctanner2016-08-122-21/+5
* | | Emit warnings when safe_eval() raises a SyntaxError or other Exception (#14304)Dag Wieers2016-08-121-1/+8
|/ /
* | Introduce new 'filetree' lookup plugin (#14332)Dag Wieers2016-08-111-0/+132
* | Increase local version for unofficial rpms (#17026)Jim Ladd2016-08-111-2/+2
* | tweak hacking/env-setup to work under ash (#17054)Matt Davis2016-08-111-2/+2
* | Restore previous behavior of ignoring missing files via with_fileglob (#17053)jctanner2016-08-111-3/+8
* | Generate test script to file instead of stdout.Matt Clay2016-08-111-4/+8
* | Flush stderr to avoid lost output.Matt Clay2016-08-111-0/+1
* | cleaning up some debug statements in _queue_task()James Cammarata2016-08-111-4/+3
* | Several fixes for includesJames Cammarata2016-08-115-31/+69
* | Fix classes that select a subclass based on platform (#17034)Toshio Kuratomi2016-08-111-0/+18
* | Add missing version_added (#17050)John R Barker2016-08-111-0/+3
* | Try to avoid module-related tickets in the core Ansible project (#17047)Dag Wieers2016-08-111-2/+11
* | Remove sleeps and rely on regular queue options to process resultsJames Cammarata2016-08-111-4/+6
* | Minor rewording.scottb2016-08-101-1/+1
* | Merge pull request #17032 from Qalthos/net_mod_nxosPeter Sprygada2016-08-101-196/+213
|\ \
| * | NXOS changesNathaniel Case2016-08-101-196/+213
* | | Cache tasks by uuid in PlayIterator for O(1) lookupsJames Cammarata2016-08-103-43/+25
* | | Relicense low-hanging fruit to BSD (#17025)Nathaniel Case2016-08-105-65/+111
* | | 16888: comment module_utils/urls.py (#16987)Victor Volle2016-08-101-15/+56
* | | Validate new blocks during copyJames Cammarata2016-08-102-19/+26
* | | update submodule refs, fixes build in ansible-modules-extrasRene Moser2016-08-102-14/+18
|/ /
* | Add Component Name to the issue and pr templates (#17019)jctanner2016-08-092-0/+5
* | fixed indentBrian Coca2016-08-091-1/+1
* | removed extraneous test codeBrian Coca2016-08-091-3/+0