| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
(#42318)
Fixes #42317
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
| |
(cherry picked from commit df2e0c7c006fde4a34e03e4e4b42c157c759fad4)
|
|
|
|
|
| |
More info: https://github.com/ansible/galaxy/issues/830
(cherry picked from commit 1dafd92c8e468583e51758396e35d82044b23503)
|
|
|
|
| |
(cherry picked from commit 77526a5036d9ad0638f7275c5b774f3fd919daea)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
| |
* Fix file module check_mode
(cherry picked from commit 22a6927)
Co-authored-by: Sloane Hertel <shertel@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
<!--- Your description here -->
+label: docsite_pr
(cherry picked from commit 5ea414422bd5571d2c779a68ae5d8f5054ed1649)
|
|
|
|
|
|
|
| |
* avoid loading vars on unspecified basedir (cwd)
(cherry picked from commit de0e11c)
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
|
|
|
|
|
|
|
|
| |
This import was removed by mistake. This is required for backward
compatibility.
Fixes: #41988
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
- Previous PR would overwrite new and existing values improperly
(cherry picked from commit 7ab3f755cee46a5b4eeebb9a9fba1a367d20b32e)
|
| |
|
|
|
|
|
| |
Signed-off-by: David Galloway <dgallowa@redhat.com>
(cherry picked from commit 9539284010eb4bc7e50a30751de2b978c8db5675)
|
|
|
|
|
|
|
| |
PR #42101
(cherry picked from commit fc25d28)
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
| |
* Updating format of VMware Guide: small formatting error - hyperlink to module
(cherry picked from commit 91803c6ad31781d0042a65817e87284a00e84306)
|
|
|
|
|
|
|
|
| |
This adds a scenario guide for vmware
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 19ece7b740b13a0e0974f88bdc720717b4744000)
|
|
|
|
|
|
|
|
|
|
| |
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 for all versions
* updates latest 2.5 release
(cherry picked from commit e0a9a71b04957c415fe25a3f98d41d8bb71c1309)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
* Don't import password lookup from network filters. Fixes #41874 (#41907)
(cherry picked from commit 93537425a0aa1ae3c59c640c4cafe343140b2135)
* Add changelog for #41907
|
|
|
|
| |
(cherry picked from commit abfcc35e6f36af2394bb56ade73a0a431567240e)
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
(cherry picked from commit a8d4bf86421d151d8df7132e8e87d04b6662f45a)
|
|
|
|
| |
(cherry picked from commit 11ce9542269daa9e388d0d1995bd891a1a55d4a0)
|
|
|
|
|
|
|
|
|
|
| |
* fixed requirements
* module fix
* updated test accordingly
* mysql & postgresl fixes
* upgraded databases
* removed test from ignore.txt
* updated mysql & postgresql tests
|
|
|
|
| |
(cherry picked from commit 27e3cd6e05c7c6d7e58aaa5f79578d9308e02d14)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Stop displaying kinit pass input on a failure
* Fixed up minor logic info and added tests
(cherry picked from commit 9b7b564d75148a0873839c4dd70a4abe2597565a)
|
|
|
|
|
|
| |
also made it optimistic, rely on exceptions instead of copmlex if chains
(cherry picked from commit 11dbed1350b81e7959beb5c55118d3bcce793cd5)
|
|
|
|
| |
(cherry picked from commit 0b2ec9b11c1348b1d3d9ddc8b2319b4382497d79)
|
|
|
|
|
|
|
|
| |
* 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
* moved direct
(cherry picked from commit 0102e422722afbadb65e93bcdd1b8f2fe80794b4)
|
|
|
|
|
|
|
| |
this is being required by customers so that they may adopt ansible
and F5's work in ansible.
(cherry picked from commit 58d857f235f25c0dd3b3715566fed1b70727ad4e)
|
|
|
| |
Also add tests around that code path
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|