summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New release v2.6.1v2.6.1Matt Clay2018-07-054-3/+47
|
* callback/grafana_annotations: define validate_grafana_certs type as bool ↵Rémi REY2018-07-051-1/+2
| | | | | (#42318) Fixes #42317
* Allow documentation of module options type (#42285)John R Barker2018-07-052-2/+4
| | | | | | | | | | | * Allow documentation of module options Pass through the `type` of a modules option so it's displayed on the html module docs * docs (cherry picked from commit d962611528169bdbeb184814c432f827fd43f23d)
* Fix broken links. (#42323)Alexandre Vicenzi2018-07-054-5/+5
| | | | (cherry picked from commit df2e0c7c006fde4a34e03e4e4b42c157c759fad4)
* Fix Ansible Galaxy documentation link. (#42316)Alexandre Vicenzi2018-07-052-2/+2
| | | | | More info: https://github.com/ansible/galaxy/issues/830 (cherry picked from commit 1dafd92c8e468583e51758396e35d82044b23503)
* win_domain: fix typo in cmdlet call (#41993)Jordan Borean2018-07-032-1/+3
| | | | (cherry picked from commit 77526a5036d9ad0638f7275c5b774f3fd919daea)
* Win group membership sid refactor 2.6 (#41990)Jordan Borean2018-07-035-166/+77
| | | | | | | | | | | | | | * Refactor/fix win_group_membership to use SIDs for internal comparisons (#40725) * refactor win_group_membership to use SIDs for comparisons instead of name parsing * carry over previous doc cleanup changes * remove trailing whitespace from docs (cherry picked from commit bcb49f25752be489e00a71836aecd0ae1b8fcef4) * Added changelog fragment
* [stable-2.6] ignore ansible.cfg in world writable cwd (#42070)Brian Coca2018-07-035-10/+38
| | | | | | | | | * ignore ansible.cfg in world writable cwd * also added 'warnings' to config * updated man page template (cherry picked from commit b6f2aad) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
* [stable-2.6] Fix file module with check_mode - Fixes #42111 (#42115)Sloane Hertel2018-07-032-2/+10
| | | | | | | * Fix file module check_mode (cherry picked from commit 22a6927) Co-authored-by: Sloane Hertel <shertel@redhat.com>
* pamd module regression fix (#42025)James Cassell2018-07-031-6/+21
| | | | | | | | | | | | | | * pamd: typo fix sufficicent->sufficient * pamd: is_valid is a property, not a method; return a tuple * pamd: define is_valid for all PamdLine classes * pamd: use validate() for verbose errors, define generically * pamd: PamdRule: rule_control is always str, use _control Fixes https://github.com/ansible/ansible/issues/41179
* Update changelogGanesh B. Nalawade2018-07-031-0/+2
|
* Fix junos_config confirm commit issue (#41527)Ganesh Nalawade2018-07-032-3/+37
| | | | | | | | | | | | | | | | * Fix junos_config confirm commit issue Fixes #40626 * Due to issue in ncclient commit() method for Juniper device (ncclient/ncclient#238) add a workaround in junos netconf plugin to generate proper commit-configuration xml and execute it using ncclient generic `rpc()` method. * Update junos_config doc (cherry picked from commit 88b966e23bd655f56a713b3f6ce523d69a9f2c1a)
* Corrects typos in net_get/put module docsJohn Barker2018-07-032-14/+14
|
* Fix setting required options for inventory plugins - backport/2.6/42049 (#42120)Sloane Hertel2018-07-034-1/+7
| | | | | | | | | | | | * Fix setting required options for inventory plugins (#42049) * Fix setting required options for inventory plugins * call set_options for yaml and script plugin (cherry picked from commit 44e58863855b939de2e5911f94e291d36bad7516) * changelog
* Update supervisorctl.py (#42031)LeenSun2018-07-031-0/+1
| | | | | | | | <!--- Your description here --> +label: docsite_pr (cherry picked from commit 5ea414422bd5571d2c779a68ae5d8f5054ed1649)
* [stable-2.6] avoid loading vars on unspecified basedir (cwd) (#42067)Brian Coca2018-07-033-2/+15
| | | | | | | * avoid loading vars on unspecified basedir (cwd) (cherry picked from commit de0e11c) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
* Restore BOOLEANS import in basic.py (#42008)Abhijeet Kasurde2018-07-032-1/+4
| | | | | | | | This import was removed by mistake. This is required for backward compatibility. Fixes: #41988 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Change idempotency check to be single pass (#42087)Kevin Breit2018-07-031-11/+0
| | | | | | | | - Previously all data between both data structures was compared - Results in situations where updates are done when not needed - Changes to single pass so only data in payload is compared (cherry picked from commit 3ee3fc893d3aa6e8890f30397a7a0304933d0eb6)
* Fixes idempotency check for partial configurations (#41941)Kevin Breit2018-07-032-1/+23
| | | | | | - Previous PR would overwrite new and existing values improperly (cherry picked from commit 7ab3f755cee46a5b4eeebb9a9fba1a367d20b32e)
* nsupdate_fix_hmac-sha384John Barker2018-07-031-0/+2
|
* nsupdate.py: Fix typo (#42209)David Galloway2018-07-031-2/+2
| | | | | Signed-off-by: David Galloway <dgallowa@redhat.com> (cherry picked from commit 9539284010eb4bc7e50a30751de2b978c8db5675)
* [2.6] Add CoC and mailing lists links to PYPISviatoslav Sydorenko2018-07-021-0/+2
| | | | | | | PR #42101 (cherry picked from commit fc25d28) Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* Fix some broken links (#42079)John R Barker2018-06-297-24/+23
| | | | | | | | | * Fix some broken links * We now only serve via https * redirects don't work with anchors, so update those links (devel/dev_guide) (cherry picked from commit e9dbebfa57187dea49631ea1669ec9c0c244cd3a)
* Format fix on VMware Guide (#41272)wazzaz2018-06-291-2/+1
| | | | | * Updating format of VMware Guide: small formatting error - hyperlink to module (cherry picked from commit 91803c6ad31781d0042a65817e87284a00e84306)
* VMware: Add scenario guide (#40075)Abhijeet Kasurde2018-06-293-3/+222
| | | | | | | | This adds a scenario guide for vmware Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit 19ece7b740b13a0e0974f88bdc720717b4744000)
* Documentation: add parameter types, and version_added for return values and ↵Felix Fontein2018-06-291-0/+3
| | | | | | | | | | facts (#41999) * Add types for parameters. * Add version_added for return facts and return values. (cherry picked from commit fb0b80498823ccc6d3b57f6764627743da3e6cff)
* updates docs links to changelogs (#41289)Alicia Cozine2018-06-296-26/+30
| | | | | | | | * updates docs links to changelogs for all versions * updates latest 2.5 release (cherry picked from commit e0a9a71b04957c415fe25a3f98d41d8bb71c1309)
* Update Ansible release version to 2.6.0.dev0.Matt Clay2018-06-281-1/+1
|
* New release v2.6.0v2.6.0Matt Clay2018-06-284-289/+143
|
* Update Ansible release version to 2.6.0rc5.dev0.Matt Clay2018-06-261-1/+1
|
* New release v2.6.0rc5v2.6.0rc5Matt Clay2018-06-264-1/+33
|
* Backport #41767 for 2.6 - Skip if insertbefore is using BOF until later in ↵Sam Doran2018-06-263-10/+20
| | | | | | | | | | | | | | the module (#41929) * Skip if insertbefore BOF until later (#41767) If a line match is found in the file and no regexp is specified, insertbefore would improperly try to add a line if set to BOF. Add tests for this scenario. (cherry picked from commit eaae1318f83b6ef4d02ab9262ff7ab2641b51944) * Add changelog fragment
* Backport #41860 for 2.6 - support group_by with implicit localhost (#41927)Matt Martz2018-06-262-1/+8
| | | | | | | | | | | | * Use inventory.get_host instead of direct access to inventory.hosts (#41860) * Use inventory.get_host instead of direct access to inventory.hosts. Fixes #32152 * Prevent potential side effect, by using self._inventory.localhost directly instead of get_host (cherry picked from commit 1a2ef0922fb63f09642fbcf05bf2069ee8684c07) * Add changelog for #41860
* Backport #41907 for 2.6 - fix password lookup loading (#41928)Matt Martz2018-06-262-2/+8
| | | | | | | | * Don't import password lookup from network filters. Fixes #41874 (#41907) (cherry picked from commit 93537425a0aa1ae3c59c640c4cafe343140b2135) * Add changelog for #41907
* win_iis_webapppool: do not output some cmdlet outputs (#41884)Jordan Borean2018-06-262-5/+7
| | | | (cherry picked from commit abfcc35e6f36af2394bb56ade73a0a431567240e)
* [stable-2.6] Changes to support building docs with old jinja2Toshio Kuratomi2018-06-262-40/+70
| | | | | | | | | This commit: fa5c0282a4816c4dd48e80b983ffc1e14506a1f5 relied upon features present in Jinja-2.10 and above. The changes here allow us to build the *rst* with older versions of jinja2. (cherry picked from commit ad2e8dd) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
* Fix rabbitmq_* integration tests (#41836)Martin Krizek2018-06-264-3/+13
| | | | (cherry picked from commit a8d4bf86421d151d8df7132e8e87d04b6662f45a)
* Fix docs for all test. Fixes #41956 (#41965)Matt Martz2018-06-261-1/+1
| | | | (cherry picked from commit 11ce9542269daa9e388d0d1995bd891a1a55d4a0)
* Fix broken Azure dependencies in 2.6 (#41946)Zim Kalinowski2018-06-2613-46/+52
| | | | | | | | | | * fixed requirements * module fix * updated test accordingly * mysql & postgresl fixes * upgraded databases * removed test from ignore.txt * updated mysql & postgresql tests
* options should be settable multiple timesBrian Coca2018-06-262-3/+4
| | | | (cherry picked from commit 27e3cd6e05c7c6d7e58aaa5f79578d9308e02d14)
* Update Ansible release version to 2.6.0rc4.dev0.Matt Clay2018-06-251-1/+1
|
* New release v2.6.0rc4v2.6.0rc4Matt Clay2018-06-254-1/+49
|
* Stop displaying kinit pass input on a failure (#41882)Jordan Borean2018-06-253-2/+55
| | | | | | | | * Stop displaying kinit pass input on a failure * Fixed up minor logic info and added tests (cherry picked from commit 9b7b564d75148a0873839c4dd70a4abe2597565a)
* fix vars hostname fallbackBrian Coca2018-06-252-7/+9
| | | | | | also made it optimistic, rely on exceptions instead of copmlex if chains (cherry picked from commit 11dbed1350b81e7959beb5c55118d3bcce793cd5)
* windows dsc docs: fix missing colon in example (#41886)Jordan Borean2018-06-251-1/+1
| | | | (cherry picked from commit 0b2ec9b11c1348b1d3d9ddc8b2319b4382497d79)
* Fix vyos_vlan aggregate issue & added tests (#41638)Nilashish Chakraborty2018-06-212-2/+32
| | | | | | | | * Fix vyos_vlan aggregate issue & Added tests * Fix #2 for vyos_vlan aggregate issue (cherry picked from commit 837c2165872422d6b7ec51a6320f78065647dedb)
* exclude lookup_terms from config errors (#41740)Brian Coca2018-06-215-75/+78
| | | | | | | * exclude lookup_terms from config errors * moved direct (cherry picked from commit 0102e422722afbadb65e93bcdd1b8f2fe80794b4)
* Marks select modules as stableinterface (#41741)Tim Rupp2018-06-2132-32/+32
| | | | | | | this is being required by customers so that they may adopt ansible and F5's work in ansible. (cherry picked from commit 58d857f235f25c0dd3b3715566fed1b70727ad4e)
* Fix wrong python keyword (followup to #36357) (#41067)Andrew Gaffney2018-06-212-1/+21
| | | Also add tests around that code path
* fix minor issues with debug and item labels (#41331)Brian Coca2018-06-215-21/+59
| | | | | | | | | | * fix minor issues with debug and item labels - no more `item=None`, we always have a label now - debug should only show expected information, either msg= or the var in var= - also fixed method name, deprecated misleading _get_item (cherry picked from commit 27c43daab861190f1778824c2712ebe051b3352b)