summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* [stable-2.9] Remove shippable.yml. (#72883)Matt Clay2020-12-071-2/+0
| | | | | (cherry picked from commit 711064a073d944b3ed440d47e7d7ef3af547ee39) Co-authored-by: Matt Clay <matt@mystile.com>
* BOTMETA: fix team_extreme name use (#61557)Martin Krizek2019-08-291-1/+1
|
* Update BOTMETA to be included as maintainer for EXOS modules. (#61485)Ujwal Komarla2019-08-291-5/+9
|
* Don't bother Ricky (#61377)Sam Doran2019-08-291-3/+2
|
* keycloak: improve testability of authentification (#57611)ndclt2019-08-291-2/+3
|
* Addition of ECS_Certificate Module (#60883)Chris Trufan2019-08-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Addition of ecs_certificate module. * Documentation and code fixes * Updates per code review * Doc fixes, rename of chain_path to full_chain_path, add regex for cert_Expiry check * Fixes to pep8 check to make regexp string 'raw'. * Mistakes with find/replace of caseing. * Added integration tests and some doc cleanup * Some additional assertions and test typo cleanup * Update lib/ansible/modules/crypto/entrust/ecs_certificate.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Responses to code review comments * Remove fake passwords from aliases file.
* oVirt: rename _facts -> _info (#61299)Felix Fontein2019-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Rename oVirt _facts -> _info * Adjust PR #. * Forgot update BOTMETA / ignore.txt for doc fragment. * Compatibility for 3rd-party modules using module_utils or info doc fragment. * Update note. * Fix/improve docs. * Update lib/ansible/modules/cloud/ovirt/ovirt_event_info.py Co-Authored-By: Sloane Hertel <shertel@redhat.com> * Fix variable. * Fix return value documentation for ovirt_external_provider_info.
* ignore wwitzel3 for ansible_tower modules in BOTMETA (#61351)Ryan Petrello2019-08-261-0/+1
|
* Add people to team_suse (#60860)Jean-Philippe Evrard2019-08-191-1/+1
| | | This adds fresh blood into team suse through BOTMETA.
* This line apparently got lost. (#60739)Felix Fontein2019-08-181-0/+1
|
* Entrust Datacard - Support for "entrust" provider in openssl_certificate ↵Chris Trufan2019-08-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module (#59272) * Addition of entrust provider to openssl_certificate module * Fix native return values of error messages and JSON response. * Documentation and syntax fixes per ansibot. * Refactored structure of for loop due to ansible test failures in python 2.6 * Remove OCSP functionality for inclusion in possible seperate future pull request. * Remove reissue support. * Indicate the entrust parameters are specific to entrust. * Comment fixes to make it clear module_utils request is used. * Fixes to not_after documentation * Response to pull request comments and cleanup of error handling for bad connections to properly use the 'six' HttpError for compatibility with both Python 2/3 underlying url libraries. * pep8/pycodestyle fixes. * Added code fragment and response to comments. * Update license to simplified BSD * Fixed botmeta typo * Include license text in api.yml * Remove unsupported certificate types, and always submit an explicit organization to match organization in CSR * Fix documentation misquote, add expired to a comment, and fix path check timing. * Update changelogs/fragments/59272-support-for-entrust-provider-in-openssl_certificate_module.yaml Co-Authored-By: Felix Fontein <felix@fontein.de>
* Add myself to suse-team in BOTMETA (#57213) (#60624)Thomas Bechtold2019-08-151-1/+1
| | | | | I'll help maintaining the code that the suse-team is responsible for (currently only the zypper module). So adding myself to the maintainers list.
* Add new Pure Storage maintainer in BOTMETA (#60601)Simon Dodsley2019-08-151-1/+1
|
* Amazon modules: rename _facts with ansible_facts result to _info (#60178)Felix Fontein2019-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aws_s3_bucket_facts -> aws_s3_bucket_info * cloudformation_facts -> cloudformation_info * cloudfront_facts -> cloudfront_info * ecs_service_facts -> ecs_service_info * efs_facts -> efs_info * Add changelog and porting guide entry. * lambda_facts -> lambda_info * Improve examples. * Add subsection on renamed modules. * Add sentence on registering variables. * Fix ReST. * Instead of renaming lambda_facts, deprecate it and replace with new module. * Rename internal variable. * Re-add sanity ignores for lambda_facts.
* Create team_suse in BOTMETA (#57213)Jean-Philippe Evrard2019-08-121-0/+2
| | | | | | | | | | A team of SUSE employees and openSUSE community members will now be able to step up and help maintain zypper modules. For this, it makes sense to create a team. I will be the first person of this organisation. I have started a process internally to start this initiative, and will extend this to the OpenSUSE ML when this has merged.
* Relocate validate-modules for easier testing. (#60214)Matt Clay2019-08-071-2/+2
| | | | | | | | * Relocate module validator code and tests. * Fix validate-modules entry point and imports. * Fix paths and test entry points. * Fix up unit tests. * Fix shebang and execute bit.
* Relocate ansible-test code. (#60147)Matt Clay2019-08-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial move of `test/runner/` content. `test/runner/lib/` -> `test/lib/ansible_test/_internal/` `test/runner/` -> `test/lib/ansible_test/_internal/data/` * Initial move of `test/sanity/` content. `test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`) * Initial move of `test/units/pytest/` content. `test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/` * Follow-up move of `test/runner/unit/` content. `test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/` * Initial move of `ansible.cfg` content. `test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg` `test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg` * Follow-up move of `data` directory. `test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/` * Update import statements. * Add missing __init__.py for unit tests. * Fix path references and miscellaneous issues.
* ecs_taskdefinition_facts: rename to ecs_taskdefinition_info (#60023)Felix Fontein2019-08-051-1/+1
| | | | * Rename ecs_taskdefinition_facts to ecs_taskdefinition_info.
* Fix bot meta.Matt Clay2019-08-021-5/+5
|
* update botmeta for CLI stub movesMatt Davis2019-08-021-5/+5
|
* Remove obsolete tox.ini. (#59963)Matt Clay2019-08-021-2/+0
| | | | Update botmeta
* Maintainer request for team_mysql (#59894)Kurt Davis2019-08-011-1/+1
| | | Requesting maintainer status for mysql modules.
* Support Ericsson device management (#59277)itercheng2019-08-011-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support Ericsson device management * modify code * modify error * delete redundant file * delete file * modified error * modify additional file name * delete code * add blank line * delete redundant code * add platform_eric_eccli.rst * modify syntaxError * modify document * modify error * modify maintaners * modify document * add end_string
* Modules to manage ICX devices (#58969)sushma-alethea2019-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new module * new terminal * new terminal * new cliconf * cliconf * icx cliconf * icx_cliconf * icx test units module * icx units module * icx banner unit test * PR changes resolved * changes resolved * Changes Resolved * check_running_config changes resolved * added notes * removed icx rst * new commit * new changes * deleted icx rst * icx .rst * modified platform_index.rst * modified platform_index.rst * changes resolved * PR comments resolved * Update platform_index.rst PR comment resolved
* Updating botmeta for netapp module_utils test (#59789)anshulbehl2019-07-301-0/+3
|
* aws_ec2 inv plugin - fix author field (#59649)Sloane Hertel2019-07-261-0/+2
| | | | | | * Fix author field * Add BOTMETA entry to get notifications
* Remove me from VyOS modules (#59535)Sam Doran2019-07-251-2/+2
|
* updating botmeta for netapp (#59526)Jake Jackson2019-07-251-1/+7
|
* Remove botmeta entry for pep8 legacy-files.txt.Matt Clay2019-07-191-2/+0
|
* Label kubectl connection plugin as community (#59265)Sam Doran2019-07-181-0/+4
|
* remove trstringer as maintainer (#59256)Thomas Stringer2019-07-181-1/+1
|
* Add team_foreman to contrib/inventory/foreman.py (#59178)Ewoud Kohl van Wijngaarden2019-07-181-1/+3
| | | | | This will allow team_foreman to merge fixes, but mostly I'd prefer to close as wontfix to point users to the inventory plugin that also exists.
* add d-little maintainer to team_aix (#58653)d-little2019-07-101-1/+1
|
* Update foreman maintainers (#58829)Marek Hulán2019-07-101-1/+6
|
* clean up setup author metadata/bot ignore (#58529)Matt Davis2019-06-281-1/+0
|
* want to be a maintainer for cloudengine (#56527)hwDCN2019-06-281-1/+1
| | | | | Hi ansible_team, I am work for cloudengine and also a member of HuaweiSwitch/cost. To quickly fix bugs,I create this PR. Thanks a lot.
* New maintainer for zabbix modules (#58471)Dusan Matejka2019-06-271-2/+2
|
* Update team_vmware (#58407)Jill R2019-06-271-1/+1
| | | Remove dav1x from team_vmware per their request in IRC
* gather_facts is core (#58341)Matt Martz2019-06-251-0/+2
|
* updating botmeta (#58167)Sumit Jaiswal2019-06-211-5/+5
| | | Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* revert #57246 (#58134)Matt Davis2019-06-201-14/+6
| | | * per gregdek/mckerr
* add a member to team_mysql (#57987)Andrey Klychkov2019-06-181-1/+1
|
* properly tag become plugins (#57861)Brian Coca2019-06-171-1/+7
| | | | | | * properly tag become plugins * sdf
* Add core lookups to botmeta (#57866)Matt Martz2019-06-171-0/+44
|
* Default become plugins to core support (#57771)Matt Martz2019-06-121-0/+4
| | | | | | * Default become plugins to core support * s/cache/become
* add plugins/connection/buildah.py to botmeta (#57700)Matt Martz2019-06-111-0/+6
| | | | | | * add plugins/connection/buildah.py to botmeta * add podman to botmeta
* AWS: _facts -> _info (part 4) (#57651)Felix Fontein2019-06-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename ec2_vpc_dhcp_option_facts -> ec2_vpc_dhcp_option_info. * Rename ec2_vpc_endpoint_facts -> ec2_vpc_endpoint_info. * Rename ec2_vpc_igw_facts -> ec2_vpc_igw_info. * Rename ec2_vpc_nacl_facts -> ec2_vpc_nacl_info. * Rename ec2_vpc_nat_gateway_facts -> ec2_vpc_nat_gateway_info. * Rename ec2_vpc_net_facts -> ec2_vpc_net_info. * Rename ec2_vpc_peering_facts -> ec2_vpc_peering_info. * Rename ec2_vpc_route_table_facts -> ec2_vpc_route_table_info. * Rename ec2_vpc_subnet_facts -> ec2_vpc_subnet_info. * Rename ec2_vpc_vgw_facts -> ec2_vpc_vgw_info. * Rename ec2_vpc_vpn_facts -> ec2_vpc_vpn_info. * Update module defaults, add changelog and porting guide. * Update BOTMETA.
* AWS: _facts -> _info (part 3) (#57635)Felix Fontein2019-06-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename ec2_ami_facts -> ec2_ami_info. * Rename ec2_asg_facts -> ec2_asg_info. * Rename ec2_customer_gateway_facts -> ec2_customer_gateway_info. * Rename ec2_eip_facts -> ec2_eip_info. * Rename ec2_elb_facts -> ec2_elb_info. * Rename ec2_eni_facts -> ec2_eni_info. * Rename ec2_group_facts -> ec2_group_info. * Rename ec2_instance_facts -> ec2_instance_info. * Rename ec2_lc_facts -> ec2_lc_info. * Rename ec2_placement_group_facts -> ec2_placement_group_info. * Rename ec2_snapshot_facts -> ec2_snapshot_info. * Rename ec2_vol_facts -> ec2_vol_info. * Update module defaults, add changelog and porting guide. * Forgot one occurence of ec2_instance_facts. * Update BOTMETA. * Break too long line.
* AWS: _facts -> _info (part 2) (#57626)Felix Fontein2019-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename cloudwatchlogs_log_group_facts -> cloudwatchlogs_log_group_info. * Rename elasticache_facts -> elasticache_info. * redshift_facts -> redshift_info. * Rename route53_facts -> route53_info. * Rename rds_instance_facts -> rds_instance_info. * Rename rds_snapshot_facts -> rds_snapshot_info. * Rename iam_mfa_device_facts -> iam_mfa_device_info. * Rename iam_role_facts -> iam_role_info. * Rename iam_server_certificate_facts -> iam_server_certificate_info. * Rename elb_application_lb_facts -> elb_application_lb_info. * Renaming elb_classic_lb_facts -> elb_classic_lb_info. * elb_target_facts -> elb_target_info. * Rename elb_target_group_facts -> elb_target_group_info. * Update porting guide. * Add changelog. * Fix module defaults (both for this PR and #57613). * Two fixes.
* Add Chris Meyers to the tower team (#57349)Alan Rominger2019-06-041-1/+1
|