summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action
Commit message (Expand)AuthorAgeFilesLines
* Contributing new /lib/ansible/plugins/action/ce.py module to manage HUAWEI da...QijunPan2017-05-251-0/+134
* fixed extension matchingBrian Coca2017-05-231-2/+6
* fixed pep8 issuesBrian Coca2017-05-231-1/+1
* reinstated to legacyBrian Coca2017-05-231-76/+43
* Fix logic surrounding copy and remote_src, remote_src is preferred, make copy...Matt Martz2017-05-221-2/+2
* Make host required field and minor refactor (#24534)Trishna Guha2017-05-191-6/+9
* Contributing new /lib/ansible/plugins/action/ce_template.py module to manage ...QijunPan2017-05-191-0/+103
* commit plugins action ce_config module. (#21648)QijunPan2017-05-191-0/+113
* Merge branch 'modules_issue_1568' of https://github.com/ajdecon/ansible into ...James Cammarata2017-05-181-0/+8
|\
| * Fix for ansible/ansible-modules-core#1568Adam DeConinck2016-02-231-0/+8
* | Fix template not showing a diff with a directoryToshio Kuratomi2017-05-111-2/+7
* | netconf_config: support new src attribute (new Action Plugin) (#24337)wiso2017-05-111-0/+27
* | Make fetch default to fail on errorsToshio Kuratomi2017-05-032-11/+21
* | Fix circular import with unsafe_proxy, template, and varsToshio Kuratomi2017-04-281-1/+1
* | synchronize: Fix (delegated) local rsyncErwin Lang2017-04-271-3/+8
* | Junos_config unicode (#23369)Nathaniel Case2017-04-271-2/+2
* | fetch idempotence test and deprecate validate_md5Toshio Kuratomi2017-04-261-0/+4
* | Set validate_checksum default yes of fetch to match the docKeepZero2017-04-261-1/+1
* | moved to exceptions for basic skip/failsBrian Coca2017-04-257-25/+4
* | p8pBrian Coca2017-04-211-1/+1
* | fix environment populated detectionBrian Coca2017-04-211-1/+1
* | Eos port default values (#23829)Nathaniel Case2017-04-201-7/+8
* | script fails on asyncBrian Coca2017-04-201-3/+1
* | finer grained failed/skipped on async for actionsBrian Coca2017-04-206-9/+9
* | tolerate 'batch' systems that mess with stdin (#23596)Brian Coca2017-04-181-2/+3
* | Make logging consistent for network platforms (#23605)Ganesh Nalawade2017-04-1610-8/+31
* | fixes issue where network modules would ignore provider host value (#23589)Peter Sprygada2017-04-144-0/+4
* | centralize ansible_managed and other template varsBrian Coca2017-04-131-33/+6
* | Redo #23418 (#23425)Nathaniel Case2017-04-0710-62/+0
* | Fix a traceback with python3 and diff outputToshio Kuratomi2017-04-071-3/+3
* | Fixes #23388 Network provider masks too much (#23418)Chris Alfonso2017-04-079-8/+70
* | Fix for recursive copy slownessToshio Kuratomi2017-04-071-21/+1
* | Unhardcode the port and protocol on eos EAPI (#23350)Ricardo Carrillo Cruz2017-04-061-3/+3
* | More network_debug_troubleshooting.html (#23335)John R Barker2017-04-062-2/+8
* | 'unable to open shell' -> direct to web help (#23267)John R Barker2017-04-067-7/+27
* | Support check_mode for add_hostWill Thames2017-03-311-1/+1
* | Ansible 2.3 feature support for dellos6. (#23084)Senthil Kumar Ganesan2017-03-302-7/+208
* | Fix a couple issues in synchronize with docker (#23047)Toshio Kuratomi2017-03-281-9/+17
* | Ansible 2.3 feature support for dellos9 and dellos10 (#22856)Senthil Kumar Ganesan2017-03-275-8/+432
* | removes unused code in eos action plugin (#22986)Peter Sprygada2017-03-271-4/+0
* | roll up of fixes for sros modules (#22972)Peter Sprygada2017-03-252-4/+200
* | fixes issue where nxos module will fail due to KeyError (#22966)Peter Sprygada2017-03-251-1/+5
* | fixes log message in junos action handler (#22965)Peter Sprygada2017-03-251-1/+1
* | let user control "auto-de-vault" (#22739)Brian Coca2017-03-244-9/+20
* | Windows: Use the correct newline sequence for the platform (#21846)Dag Wieers2017-03-232-2/+37
* | fixes a number of issues with nxos_facts (#22923)Peter Sprygada2017-03-231-1/+5
* | fix Windows env handling (#22927)Matt Davis2017-03-232-4/+17
* | Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-2314-38/+44
* | fixes issue when host is defined in provider for junos (#22918)Peter Sprygada2017-03-231-0/+2
* | Don't skip action/__init__.py (#22911)Matt Martz2017-03-231-7/+7