Matt Clay
d48fae9990
Update Ansible release version to 2.6.1.post0.
2018-07-09 11:23:50 -07:00
Matt Davis
0f3a22cb13
add .post support to rpm/deb version munger ( #42444 )
...
(cherry picked from commit a2bc0129f0
)
2018-07-09 11:23:50 -07:00
Matt Davis
bcd724d05c
allow dev and prerelease at the same time ( #41464 )
...
(cherry picked from commit 0c92b11335
)
2018-07-09 11:23:50 -07:00
Matt Clay
1a6fe6cc05
New release v2.6.1
2018-07-05 11:48:35 -07:00
Rémi REY
e433f82fc2
callback/grafana_annotations: define validate_grafana_certs type as bool ( #42318 )
...
Fixes #42317
2018-07-05 08:39:53 -07:00
John R Barker
56cca2a312
Allow documentation of module options type ( #42285 )
...
* 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 d962611528
)
2018-07-05 08:36:17 -07:00
Alexandre Vicenzi
ffd660f2d7
Fix broken links. ( #42323 )
...
(cherry picked from commit df2e0c7c00
)
2018-07-05 08:33:25 -07:00
Alexandre Vicenzi
1e427b1b34
Fix Ansible Galaxy documentation link. ( #42316 )
...
More info: https://github.com/ansible/galaxy/issues/830
(cherry picked from commit 1dafd92c8e
)
2018-07-05 07:40:40 -07:00
Jordan Borean
e65f7d218d
win_domain: fix typo in cmdlet call ( #41993 )
...
(cherry picked from commit 77526a5036
)
2018-07-03 15:22:08 -07:00
Jordan Borean
1024f53ffd
Win group membership sid refactor 2.6 ( #41990 )
...
* 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 bcb49f2575
)
* Added changelog fragment
2018-07-03 15:21:21 -07:00
Brian Coca
4cecbe81ad
[stable-2.6] ignore ansible.cfg in world writable cwd ( #42070 )
...
* 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>
2018-07-03 15:19:59 -07:00
Sloane Hertel
25ee10cd9a
[stable-2.6] Fix file module with check_mode - Fixes #42111 ( #42115 )
...
* Fix file module check_mode
(cherry picked from commit 22a6927
)
Co-authored-by: Sloane Hertel <shertel@redhat.com>
2018-07-03 15:18:46 -07:00
James Cassell
e6aac0e1ff
pamd module regression fix ( #42025 )
...
* 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
2018-07-03 15:09:59 -07:00
Ganesh B. Nalawade
d1a92f85d2
Update changelog
2018-07-03 15:09:16 -07:00
Ganesh Nalawade
1bf1af8dde
Fix junos_config confirm commit issue ( #41527 )
...
* 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 88b966e23b
)
2018-07-03 15:09:16 -07:00
John Barker
149acedf6d
Corrects typos in net_get/put module docs
2018-07-03 15:08:16 -07:00
Sloane Hertel
851725d72a
Fix setting required options for inventory plugins - backport/2.6/42049 ( #42120 )
...
* 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 44e5886385
)
* changelog
2018-07-03 15:07:35 -07:00
LeenSun
3cbf319ee7
Update supervisorctl.py ( #42031 )
...
<!--- Your description here -->
+label: docsite_pr
(cherry picked from commit 5ea414422b
)
2018-07-03 15:06:15 -07:00
Brian Coca
1f80949f96
[stable-2.6] avoid loading vars on unspecified basedir (cwd) ( #42067 )
...
* avoid loading vars on unspecified basedir (cwd)
(cherry picked from commit de0e11c
)
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
2018-07-03 15:03:52 -07:00
Abhijeet Kasurde
ed26ee73ff
Restore BOOLEANS import in basic.py ( #42008 )
...
This import was removed by mistake. This is required for backward
compatibility.
Fixes : #41988
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-07-03 14:58:03 -07:00
Kevin Breit
e436806e91
Change idempotency check to be single pass ( #42087 )
...
- 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 3ee3fc893d
)
2018-07-03 14:57:14 -07:00
Kevin Breit
d2b447e8a1
Fixes idempotency check for partial configurations ( #41941 )
...
- Previous PR would overwrite new and existing values improperly
(cherry picked from commit 7ab3f755ce
)
2018-07-03 14:55:43 -07:00
John Barker
4226fb6e1a
nsupdate_fix_hmac-sha384
2018-07-03 10:19:34 -07:00
David Galloway
975d93b4e8
nsupdate.py: Fix typo ( #42209 )
...
Signed-off-by: David Galloway <dgallowa@redhat.com>
(cherry picked from commit 9539284010
)
2018-07-03 10:19:34 -07:00
Sviatoslav Sydorenko
587a920d50
[2.6] Add CoC and mailing lists links to PYPI
...
PR #42101
(cherry picked from commit fc25d28
)
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2018-07-02 13:48:50 -07:00
John R Barker
f2af5e0053
Fix some broken links ( #42079 )
...
* 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 e9dbebfa57
)
2018-06-29 15:30:49 -07:00
wazzaz
8ba4f23290
Format fix on VMware Guide ( #41272 )
...
* Updating format of VMware Guide: small formatting error - hyperlink to module
(cherry picked from commit 91803c6ad3
)
2018-06-29 11:29:34 -07:00
Abhijeet Kasurde
84f28cbf3b
VMware: Add scenario guide ( #40075 )
...
This adds a scenario guide for vmware
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 19ece7b740
)
2018-06-29 11:29:09 -07:00
Felix Fontein
3012c3c0b8
Documentation: add parameter types, and version_added for return values and facts ( #41999 )
...
* Add types for parameters.
* Add version_added for return facts and return values.
(cherry picked from commit fb0b804988
)
2018-06-29 11:28:24 -07:00
Alicia Cozine
7b816a072f
updates docs links to changelogs ( #41289 )
...
* updates docs links to changelogs for all versions
* updates latest 2.5 release
(cherry picked from commit e0a9a71b04
)
2018-06-29 11:26:05 -07:00
Matt Clay
fdf78dc34f
Update Ansible release version to 2.6.0.dev0.
2018-06-28 19:09:28 -07:00
Matt Clay
8ce3bd6dea
New release v2.6.0
2018-06-28 14:38:38 -07:00
Matt Clay
f91fb2ea5e
Update Ansible release version to 2.6.0rc5.dev0.
2018-06-26 21:40:49 -07:00
Matt Clay
478ab3f8b1
New release v2.6.0rc5
2018-06-26 18:33:36 -07:00
Sam Doran
bd1ecd016b
Backport #41767 for 2.6 - Skip if insertbefore is using BOF until later in 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 eaae1318f8
)
* Add changelog fragment
2018-06-26 14:02:38 -07:00
Matt Martz
08e016780b
Backport #41860 for 2.6 - support group_by with implicit localhost ( #41927 )
...
* 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 1a2ef0922f
)
* Add changelog for #41860
2018-06-26 13:49:26 -07:00
Matt Martz
c15f99f95a
Backport #41907 for 2.6 - fix password lookup loading ( #41928 )
...
* Don't import password lookup from network filters. Fixes #41874 (#41907 )
(cherry picked from commit 93537425a0
)
* Add changelog for #41907
2018-06-26 13:48:09 -07:00
Jordan Borean
cfb4a8236f
win_iis_webapppool: do not output some cmdlet outputs ( #41884 )
...
(cherry picked from commit abfcc35e6f
)
2018-06-26 13:44:38 -07:00
Toshio Kuratomi
12d15b7dd6
[stable-2.6] Changes to support building docs with old jinja2
...
This commit: fa5c0282a4
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>
2018-06-26 13:43:06 -07:00
Martin Krizek
f9c17f6337
Fix rabbitmq_* integration tests ( #41836 )
...
(cherry picked from commit a8d4bf8642
)
2018-06-26 13:42:19 -07:00
Matt Martz
b42a191095
Fix docs for all test. Fixes #41956 ( #41965 )
...
(cherry picked from commit 11ce954226
)
2018-06-26 13:40:13 -07:00
Zim Kalinowski
701d61531c
Fix broken Azure dependencies in 2.6 ( #41946 )
...
* fixed requirements
* module fix
* updated test accordingly
* mysql & postgresl fixes
* upgraded databases
* removed test from ignore.txt
* updated mysql & postgresql tests
2018-06-26 13:37:23 -07:00
Brian Coca
0f477d1318
options should be settable multiple times
...
(cherry picked from commit 27e3cd6e05
)
2018-06-26 13:33:36 -07:00
Matt Clay
a96f456ac2
Update Ansible release version to 2.6.0rc4.dev0.
2018-06-25 19:41:52 -07:00
Matt Clay
9917d648e5
New release v2.6.0rc4
2018-06-25 16:22:04 -07:00
Jordan Borean
25ad5fa225
Stop displaying kinit pass input on a failure ( #41882 )
...
* Stop displaying kinit pass input on a failure
* Fixed up minor logic info and added tests
(cherry picked from commit 9b7b564d75
)
2018-06-25 13:51:09 -07:00
Brian Coca
8fafecc979
fix vars hostname fallback
...
also made it optimistic, rely on exceptions instead of copmlex if chains
(cherry picked from commit 11dbed1350
)
2018-06-25 11:23:52 -07:00
Jordan Borean
1fe98e3066
windows dsc docs: fix missing colon in example ( #41886 )
...
(cherry picked from commit 0b2ec9b11c
)
2018-06-25 10:31:18 -07:00
Nilashish Chakraborty
7cb2486fad
Fix vyos_vlan aggregate issue & added tests ( #41638 )
...
* Fix vyos_vlan aggregate issue & Added tests
* Fix #2 for vyos_vlan aggregate issue
(cherry picked from commit 837c216587
)
2018-06-21 18:36:51 -07:00
Brian Coca
82b0ee21f7
exclude lookup_terms from config errors ( #41740 )
...
* exclude lookup_terms from config errors
* moved direct
(cherry picked from commit 0102e42272
)
2018-06-21 18:26:39 -07:00