Matt Martz
a639dc6d88
Add a new check to ensure that module arguments are valid python identifiers ( #53278 )
...
* Add a new check to ensure that module arguments are valid python identifiers
* Move the check up higher, out of the if docs block
* Skip validate-modules on py2
* Remove errant alias
6 years ago
Chris Archibald
04c6f94269
New Module: na_ontap_quotas ( #49783 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* new module na_ontap_quotas
* fix file location
* Fix author
* updates
* Revert "Revert "changes to clusteR""
This reverts commit 1c82958764
.
* fix author
* Add types
6 years ago
Felix Fontein
8c628c9b2c
Simplify docker_*_facts return names ( #51939 )
...
* Simplify docker_*_facts return names.
* Adjust regular return values of modules to match style of docker_*_facts modules.
6 years ago
Felix Fontein
1510435577
acme_account: improve account deactivation idempotency ( #53234 )
...
* Improve account deactivation idempotency.
* Using newer testing container.
* Add comment to test.
6 years ago
Maxim Babushkin
8ba2e15578
Add public key return to openssh_keypair ( #53214 )
...
- The openssh_keypair module will return a public key output on the
private key creation.
- Add integration test in order to verify the public key output.
6 years ago
Hannes Ljungberg
139abd0849
docker_swarm_service: Add option groups ( #53213 )
...
* Add logging option
* Add limits option
* Add reservations option
* Add restart_config option
* Add update_config option
* Add placement option and remove placement_preferences
* Yaml indentation
* Use correct PR number for change log
* Handle grouper fallbacks better
* Add removed_in_version to argument spec
* Fix broken suboption usage check
* Reduce duplicate deprecated option tests
* Clearer deprecation documentation
* Compare bytes with MiB
* Use correct test service suffix
6 years ago
Felix Fontein
628326b879
openssl_csr: improve invalid SAN error messages ( #53201 )
...
* Improve invalid SAN error messages.
* Add changelog.
6 years ago
Chris Archibald
af6e4cc75b
Add tcp_max_xfer_size option for na_ontap_nfs, plus unit test ( #52288 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* updates
* Revert "Revert "changes to clusteR""
This reverts commit 8e56b999e6
.
* fix docs
* Fix boolean to bool
* Update lib/ansible/modules/storage/netapp/na_ontap_nfs.py
Co-Authored-By: carchi8py <carchi@netapp.com>
6 years ago
Chris Archibald
5fbdb0cfdf
Bug Fix for na_elementsw_backup.py (Default argument spec wasn't given) ( #52378 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* bug fix
* Fix exception
6 years ago
Felix Fontein
07fcb60d55
Python 2: accept both long and int for type=int (module options) ( #53289 )
...
* Added unit test
6 years ago
Nathaniel Case
1112e1d0da
Add missing RETURN to restconf_config ( #53324 )
6 years ago
Nijin Ashok
ff0285c6c4
ovirt_network: Fix update_check for cluster network role ( #53318 )
...
Currently if we didn't specify the "role" in the task which is already
available for the network, the update_check will return FALSE. The
patch fixes the same and update_check will only return FALSE if there
is any additonal role specified for the network that are not currently
available for the network.
6 years ago
Dag Wieers
a7eae0ae94
BOTMETA: Add $team_hcloud ( #52694 )
...
* BOTMETA: Add $team_hcloud
* fix github handle of lukas
6 years ago
Dag Wieers
7fef7136e7
BOTMETA: Various fixes ( #53303 )
...
This PR includes:
- Add missing labels to YAML anchors
- Fix ACI YAML anchor (did not include modules)
- Add missing cisco label to ACI
- Fix networking label for nso
- Add missing YAML anchor for ios cfr. iosxr
6 years ago
Ondra Machacek
6b2c2f169a
kubevirt: Add datavolumes support ( #52998 )
6 years ago
Miguel Angel Muñoz González
330d0827ec
Fortinet's FortiOS user adgrp ( #52831 )
...
* Fortinet's FortiOS user adgrp
* Remove unnecessary code
6 years ago
Viktor Utkin
b2a7561a7f
[win_get_url] feature: Add support `checksum` to module win_get_url ( #51986 )
...
* set valid_until equal to current time + spot_wait_timeout
* Add checksum check for downloaded file.
* refactoring
* fix typo
* add fixes
* mart try,catch handling
* revert lib/ansible/modules/cloud/amazon/ec2.py from upstream
* refactoring
* remove empty lines
* add checksum verification for existing file
* fix current file check
* refactoring destination file check
* add handling exceptions
* refactoring
* Added download file hash data from url
* fix string aligning
* fix bug with uri
* Added get hash from multy-string file
* Added URI support for checksum file location
* refactoing
* Remove any non-alphanumeric characters for hash from url
* fix discussions; add support for PS3
* refactoring
* add size return value
* checkout from upstream for lib/ansible/modules/cloud/amazon/ec2.py
* add Ansible.ModuleUtils.Legacy support; refactoring
* Copyright added
* Checking files size before and after downloading added.
* remove unused code
* Corrected regexp for dotted slashed file name prefix in hash-file
* hotfix typo error; add int tests
* remove legacy module support; split checksum to checksum, checksum_algorithm, checksum_url
* changed default hash algorithm
* Fixed case for ContentLength = -1
* Old comment removed
* fix typo
* Remove file size check before downloading
* add alias to ; fix tests
* adjust tests; fix lint warnings from PSScritpAnalyzer
* workaround for bug in win_chocolatey module on win2008
* remove win_get_url.ps1 from /test/sanity/pslint/ignore.txt
* add checksum_algorithm as retuen value
* first normalise before return Result
* resolve discussions
Signed-off-by: Viktor Utkin <viktor.utkin7@yandex.ru>
* fix discussions
fix http tests as discussed
* fix last discussions
* Reduce code duplication and add idempotency check
* fix sanity issue and remove testing code
* move back to using tmp file for checksum comparison
6 years ago
René Moser
aafc5538bc
cloudscale_server: refactor to implement update ( #52683 )
6 years ago
ftntcorecse
d1c0df9e92
FortiManager Plugin Module Conversion: fmgr_secprof_web ( #52788 )
...
* Auto Commit for: fmgr_secprof_web
* Auto Commit for: fmgr_secprof_web
* Auto Commit for: fmgr_secprof_web
6 years ago
ftntcorecse
7ee7c3cf2c
FortiManager Plugin Module Conversion: fmgr_secprof_waf ( #52789 )
...
* Auto Commit for: fmgr_secprof_waf
* Auto Commit for: fmgr_secprof_waf
* Auto Commit for: fmgr_secprof_waf
6 years ago
ftntcorecse
60c0069fec
Auto Commit for: fmgr_secprof_spam ( #53021 )
6 years ago
ftntcorecse
55e431de54
Auto Commit for: fmgr_secprof_av ( #53022 )
6 years ago
ftntcorecse
73e6f15d64
Auto Commit for: fmgr_secprof_wanopt ( #53023 )
6 years ago
ftntcorecse
d684359997
Auto Commit for: fmgr_secprof_ips ( #53024 )
6 years ago
ftntcorecse
803c2b4724
New FortiManager Module: fmgr_device_provision_template ( #53025 )
...
* Auto Commit for: fmgr_device_provision_template
* Auto Commit for: fmgr_device_provision_template
* Auto Commit for: fmgr_device_provision_template
6 years ago
Zim Kalinowski
8ef75a1901
cleaning up azure_rm_sql* class names ( #53261 )
6 years ago
Lukas Kämmerling
66beeaf032
Add hcloud server module ( #53062 )
6 years ago
Zim Kalinowski
bdfa99af9f
cleaning up class names in azure_rm_mysql* ( #53260 )
6 years ago
Abhijeet Kasurde
d39f35c1d6
assert: allow list of strings in msg or failed_msg ( #50531 )
...
Added check for assert module for msg and failed_msg as a list or string types.
Fixes : #48547
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Jordan Borean
b74295d25f
win_chocolatey - add ability to pin a package ( #53157 )
...
* win_chocolatey - add ability to pin a package
* fix typoe in changelog fragment
6 years ago
Jordan Borean
be7768efc7
win_chocolatey_source - fix state=disabled with no source ( #53097 )
6 years ago
Jordan Borean
ae24bbff4a
winrm - try and recover from a send input failure ( #53187 )
6 years ago
Steven Gerhart
f1fed45e40
new maintenance group node module ( #53094 )
...
* create aci_maintenance_policy module
* aci_maintenance_group_node
* Various small fixes
6 years ago
Dag Wieers
1937c5301b
MSO: Clarify the site-local modules in the index ( #53301 )
6 years ago
Dag Wieers
1a4e983364
mso_st_contract_filter: Add support for directives ( #53300 )
...
This PR also fixes an issue introduced in the previous commit.
6 years ago
Felix Fontein
6249bb8ea4
openssl_certificate: make sure extensions are present when they are queried by assertonly ( #53207 )
...
* Make sure extensions are present when they are queried by assertonly provider.
* Add changelog.
6 years ago
Sam Doran
aba4bed803
Move _handle_no_log_values() out of basic.py ( #48628 )
...
* Rename method and make private
* Use is_iterable, combine transformations
* Remove unused return_values from network modules
* Improve docstrings in new functions
* Add new PASS_VAR
* Add unit tests for list_no_log_values
* Fix unit tests for Python 2.6
6 years ago
Felix Fontein
a7cee49913
Only run docker swarm based tests on VMs. ( #53292 )
6 years ago
Abhijeet Kasurde
917520d560
Misc typo fixes ( #53284 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Jordan Borean
a59565c062
rebaalance AWS test groups ( #53159 )
6 years ago
Brian Coca
b8799ef84e
improved nmap fix, updated as per fb ( #53280 )
...
(cherry picked from commit 5280ae917c
)
6 years ago
Martin Krizek
5734b4e69e
Clarify return value of the sequence lookup ( #53275 )
...
* Clarify return value of the sequence lookup
Fixes #17852
* Mention range filter
6 years ago
Sloane Hertel
4cf7854ca3
If the private_ip has been provided for the new network interface it shouldn't also be added to top level parameters for run_instances ( #52579 )
...
changelog
6 years ago
Martin Krizek
239fb1f68d
yum/dnf: Add download_dir param ( #53171 )
6 years ago
Mariusz Mazur
4ea51fd7ee
k8s_auth: use group module defaults in example ( #52712 )
...
The yaml anchor thing was just a stopgap until all the module defaults
group stuff got merged. Which it did.
6 years ago
Abhijeet Kasurde
d901ba18d1
Correct usages of module.warn ( #53268 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Chris Archibald
ab22ea1a66
Wrong Setup function was being used, which could result in failure if new global options were used. ( #52862 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Fix setup bug
6 years ago
Chris Archibald
1e776c34a2
Add NVME to gatherfacts ( #53007 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Updtes
6 years ago
Sandra McCann
d12e3580ea
replaced outdate release info with checkmarks ( #53016 )
6 years ago
Chris Archibald
11a058fa39
Bug fix for na_elementsw_admin_users ( #52377 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Updates
* bug fix
* Bug fix
* Revert "Bug fix"
This reverts commit 5cbea70a65
.
6 years ago