mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Creates base Sophos UTM module (#45781)
* Fixes #18568 * Commit of the first set of utm modules * added documentation line for module_utils file * removed other utm modules for the first pr * added maintainers to botmeta * implemented fixes for shippable * fixed whitespaces and newlines in included doc fragment * added types and choices to documentation * fix for E501 * Implemented change requests * changed utm_utils license to BSD * changed str() to to_native() * added a status state that will just return information about my object * renamed state 'status' to 'info' * added team_e-spirit to botmeta and added the team as maintainer for the utm_utils * only return a result if the lookup was not empty. Do not return a null result * removed info state * added boilerplate * made preparation for info-only modules
This commit is contained in:
committed by
Abhijeet Kasurde
parent
055ee048ce
commit
d3be5d5327
8
.github/BOTMETA.yml
vendored
8
.github/BOTMETA.yml
vendored
@@ -353,6 +353,11 @@ files:
|
||||
$modules/utilities/logic/pause.py: samdoran
|
||||
$modules/utilities/logic/wait_for.py: gregswift
|
||||
$modules/web_infrastructure/ansible_tower/: $team_tower
|
||||
$modules/web_infrastructure/sophos_utm/:
|
||||
maintainers: $team_e-spirit
|
||||
keywords:
|
||||
- utm
|
||||
- sophos
|
||||
$modules/web_infrastructure/django_manage.py: scottanderson42
|
||||
$modules/web_infrastructure/htpasswd.py: $team_ansible
|
||||
$modules/web_infrastructure/jboss: $team_jboss
|
||||
@@ -604,6 +609,8 @@ files:
|
||||
maintainers: $team_vultr
|
||||
labels:
|
||||
- cloud
|
||||
$module_utils/utm_utils.py:
|
||||
maintainers: $team_e-spirit
|
||||
$module_utils/vmware:
|
||||
support: core
|
||||
maintainers: $team_vmware
|
||||
@@ -1126,6 +1133,7 @@ macros:
|
||||
team_scaleway: sieben hekonsek Spredzy abarbare anthony25 pilou-
|
||||
team_tower: ghjm jlaska matburt wwitzel3 simfarm ryanpetrello rooftopcellist AlanCoding
|
||||
team_ucs: dsoper2 johnamcdonough SDBrett vallard vvb dagwieers
|
||||
team_e-spirit: MatrixCrawler getjack
|
||||
team_vmware: Akasurde dav1x warthog9
|
||||
team_vultr: resmo Spredzy
|
||||
team_windows: dagwieers jborean93 jhawkesworth nitzmahone
|
||||
|
||||
Reference in New Issue
Block a user