Commit Graph

43092 Commits (4670e41a303f3a9bc911e672a06a5d381477ee98)
 

Author SHA1 Message Date
Dag Wieers cd77ea3eb3 serverless: Fix validate-modules issues (#52435)
This PR includes:

* Adding parameter types
* Fix validate-modules issue
* Improve parameter types and resulting changes

This PR needs to be verified and tested by maintainer(s).
5 years ago
Dag Wieers 365ded2df6 nmcli: Fix known validate-modules issues (#52493)
This PR includes:
- Adding parameter types
- Fix validate-modules issue
- Improve parameter types and resulting changes

This PR needs to be verified and tested by maintainer(s).
5 years ago
Dag Wieers 1f9da61bce cyberark_user: Fix validate-modules issue (#52515)
This PR includes:
- validate-modules fixes
- fix parameter types
- code bugfix
5 years ago
Dag Wieers 0d1aebe064 kubernetes: Clean up parameter types (#52543)
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement

This breaks out PR #52182
5 years ago
Michael Eaton c5e3c80800 VMware: New Module: vmware_host_scanhba (#51440) 5 years ago
Michael Eaton 2419806970 update author (#52583) 5 years ago
John R Barker b3a3328ea6
Better document the return type of the fileglob filter (#52801)
https://github.com/ansible/ansible/pull/44986

Fixes #33465

Thanks to DaveB93 for the suggestion.
5 years ago
Martin Perina 183823012b BOTMETA: Restart ovirt labeling (#52510)
* BOTMETA: Restart ovirt labeling

1. Creates ovirt team
2. Labels following with ovirt label
    - $modules/cloud/misc/ovirt.py
    - $modules/cloud/ovirt/
    - contrib/inventory/ovirt4.py
    - $module_utils/ovirt.py

* Fix bot complains about non-existent team virt

* Added forgotten ingnores for team virt

Signed-off-by: Martin Perina <mperina@redhat.com>

* Correct the ignored list

So this appears to be the correct fix.
5 years ago
Dag Wieers 7654d6e9a8 BOTMETA: Updated $team_macos (#52723)
Add new macOS WG member.
5 years ago
Sven Wegener a966662e9a crypttab: Trim trailing newlines (#51594)
Having a comment or an empty line in /etc/crypttab results in an
additional empty line being added, because the newline that is part of
the line being read is getting re-injected in addition to the newline
used to concatenate the lines.

Signed-off-by: Sven Wegener <sven.wegener@inovex.de>
5 years ago
qw34ty 8724c0deda lxd_container fix to check for snap package install unix.socket #34924 (#51541)
* -added simple check to check snap unix.socket #34924

* fixed whitespacing around assignment

* documented snap_url variable

* documented snap_url variable

* documented snap_var

* updaed snap_var doc

* version_added: to documenation

* -updated check method to more reliable approach

* -fixed whitespace missing in replace
5 years ago
Lukas Kämmerling 861b7742fd Add Hetzner Cloud Inventory Plugin (#52553)
* Add hcloud Inventory Plugin

* Rename hcloudAPIException to APIException

* Apply changes from hcloud-python 1.0.0
Some source cleanup

* Add handling for server.image is None

* Fix some small things.

* Fix some small things.

* Remove some golang-ish code

* Apply review results

* Fix ci tests
5 years ago
Albert Cervera i Areny e0274adafe Filter DNSimple request by record name. (#49981)
* Filter DNSimple request by record name.

The request was not filtered and DNSimple returns only the first 100
records so if the number of records is larger the check could fail.

This patch fixes the issue and also makes the check to perform better.

* Add changelog fragment.
5 years ago
Tuan Anh Hoang-Vu b0fc2a2103 Fixed lvol ValueError with float size. (#36811)
* Fixed lvol ValueError with float size.

* Fixed lvol ValueError with float size.

* Initialized locale using system default.
Changed size validation from float() to locale.atof().

* Added changelog fragment.
5 years ago
Juan Antonio Osorio 28d2379e69 identity: Issue warning if GSSAPI parameters can't be used (#52721)
This issues a warning if the relevant parameters to use GSSAPI were
provided, but the needed library is not installed in the system.

This is meant for usability, since it'll tell folks what they're missing
in their systems in order to use GSSAPI for authentication with the
FreeIPA modules.

This also removes the "required" key from the password parameter; now
this is checked in runtime.
5 years ago
rockandska 540b07b884 Fix idempotence in rabbitmq_plugin (#52166)
* Fix idempotence in rabbitmq_plugin

* Add changelog fragment
5 years ago
arsenicks d3fcdae4ad Katello: Added product to the dict choices (#49776)
* Added product to the dict choices.

Following issue 48594 where product is not a recognised choice: https://github.com/ansible/ansible/issues/48594

* fixed doc

added - product to the doc

* split line 549

to correct ci test splitting line 549

* Create 49776-product_fix_katello_foreman_module.yaml

changelog fragment creation
5 years ago
Yunge Zhu 28dadc9e18
add application security group facts (#52629) 5 years ago
Andrew Crosby bc2bbff6bc Update galaxy cli metadata file templates (#51398)
* Remove github_branch from galaxy meta file templates

Signed-off-by: Andrew Crosby <acrosby@redhat.com>

* Update galaxy meta license examples to valid SPDX IDs

Signed-off-by: Andrew Crosby <acrosby@redhat.com>
5 years ago
Yunge Zhu d2297c50d2
add cdnendpoint facts module (#52631) 5 years ago
Jordan Borean 80652ad054
Suse add py3 package vars (#52794) 5 years ago
Matt Clay b2f354ce29 Ignore errors during container cleanup in CI. 5 years ago
Abhijeet Kasurde e41b98ffb5
VMware: Refactor guest inventory plugin (#52642)
* VMware: Refactor guest inventory plugin
* Review comments

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Jordan Borean 17bfc60423
test - add setup target that creates the nobody user (#52750)
* test - add setup target that creates the nobody user

* do not set explicit gid/uid for nobody user

* Do no create group and only touch basic attributes
5 years ago
Jordan Borean aab1f30906
group - fix explicit git scenario (#52769)
* group - fix explicit git scenario

* Use str for simplicity and remove changelog

* dynamically get gid and remove Jinja2 check
5 years ago
Jordan Borean 63c22f6eb0
test - add Python 3 package for OpenSUSE in setup_openssl (#52775) 5 years ago
plumbeo e73e9ecbc3 mysql_user: fix malformed regex used to check current privileges (#52278)
* mysql_user: fix malformed regex used to check current privileges

* Add changelog fragment for PR #52278
5 years ago
Rafael Driutti c68838fb13 AWS Redshift: port module to boto3 and fix parameters check (#37052)
* fix parameters check and port module to boto3

* begin with integration tests

* allow redshift iam policy

* Wait for cluster to be created before moving on to delete it

* Allow sts credentials so this can be run in CI

Don't log credentials

ensure cluster can be removed

* - Replace DIY waiters with boto3 waiters
- test multi node cluster

* catch specific boto3 error codes

* remove wait from test

* add missing alias for shippable

* - Rework modify function.
- Default unavailable parameters to none.
- Add cluster modify test

* Ensure resources are cleaned up if tests fail

* Ensure all botocore ClientError and BotoCoreError exceptions are handled
5 years ago
Jordan Borean 5e3e0eb946
fix filesystem tests on OpenSUSE 15+ (#52716) 5 years ago
Jiri Tyr ee14b123f3 Adding changelog fragment for PR #52051 (#52687) 5 years ago
Jiri Tyr 280e8911ce Adding changelog fragment for PR #52086 (#52689) 5 years ago
Chandler Wilkerson 8b8c4aa473 Exempt register vars from shell expansion (#52594) 5 years ago
getjack 151ea2e009 - Initial commit (#51739)
- Fix sanity checks
  - Fixed documentation trailing whitespaces
5 years ago
Hannes Ljungberg dd4b4aa941 docker_swarm_service: Add stop_grace_period option (#52519)
* Add stop_grace_period option

* Add changelog fragment

* Move doc type to last

* Add version_added
5 years ago
Miguel Angel Muñoz González 1234df131e Fortinet's FortiOS report chart (#52328) 5 years ago
Miguel Angel Muñoz González f083cb5ebe Fortinet's FortiOS report dataset (#52330) 5 years ago
Miguel Angel Muñoz González 4abdd37330 Fortinet's FortiOS router access list (#52340) 5 years ago
Miguel Angel Muñoz González 77698a3039 Fortinet's FortiOS system accprofile (#52344) 5 years ago
Miguel Angel Muñoz González 74f2c61c35 Fortinet's FortiOS system admin (#52345) 5 years ago
Miguel Angel Muñoz González 48aa9e87a4 Fortinet's FortiOS system api user (#52346) 5 years ago
Miguel Angel Muñoz González 1d51607426 Fortinet's FortiOS vpn ipsec concentrator (#52362) 5 years ago
Miguel Angel Muñoz González 17f0d45bc0 Fortinet's FortiOS vpn ipsec manualkey (#52361) 5 years ago
Miguel Angel Muñoz González 7276381f48 Fortinet's FortiOS system vdom (#52357) 5 years ago
Miguel Angel Muñoz González 2a65c72a6a Fortinet's FortiOS vpn ipsec phase2 interface (#52368) 5 years ago
Miguel Angel Muñoz González 5118e69ac8 Fortinet's FortiOS vpn ipsec phase2 (#52367) 5 years ago
Miguel Angel Muñoz González c2b764aca2 Fortinet's FortiOS vpn ipsec phase1 interface (#52366) 5 years ago
Miguel Angel Muñoz González 7a8529ecbd Fortinet's FortiOS vpn ipsec manualkey interface (#52364) 5 years ago
Miguel Angel Muñoz González e2c2910f25 Fortinet's FortiOS vpn ipsec phase1 (#52365) 5 years ago
Miguel Angel Muñoz González 18e8cc90d1 Fortinet's FortiOS vpn ipsec forticlient (#52363) 5 years ago
Miguel Angel Muñoz González 8d341145e1 Fortinet's FortiOS system dns (#52392) 5 years ago