summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Migrated to cisco.intersightAnsible Core Team2020-03-094-594/+0
|
* Migrated to cisco.asaAnsible Core Team2020-03-099-2080/+0
|
* Migrated to cisco.aciAnsible Core Team2020-03-0969-22652/+0
|
* Migrated to arista.eosAnsible Core Team2020-03-0980-19151/+0
|
* Migrated to check_point.mgmtAnsible Core Team2020-03-0994-15152/+0
|
* Migrated to netapp.ontapAnsible Core Team2020-03-0981-25876/+0
|
* Migrated to netapp.elementswAnsible Core Team2020-03-0921-6194/+0
|
* Migrated to netapp.awsAnsible Core Team2020-03-094-1142/+0
|
* Migrated to netbox.netboxAnsible Core Team2020-03-097-2845/+0
|
* Migrated to theforeman.foremanAnsible Core Team2020-03-092-548/+0
|
* Migrated to fortinet.fortiosAnsible Core Team2020-03-09444-203400/+0
|
* Migrated to ansible.windowsAnsible Core Team2020-03-0985-18964/+0
|
* Migrated to ansible.posixAnsible Core Team2020-03-0920-5453/+0
|
* Migrated to ansible.netcommonAnsible Core Team2020-03-0968-13014/+0
|
* Migrated to ansible.amazonAnsible Core Team2020-03-0966-20179/+0
|
* Migrated to servicenow.servicenowAnsible Core Team2020-03-094-748/+0
|
* Migrated to community.azureAnsible Core Team2020-03-0975-75/+0
|
* Migrated to community.windowsAnsible Core Team2020-03-09152-28612/+0
|
* Migrated to community.vmwareAnsible Core Team2020-03-09174-52850/+0
|
* Migrated to community.vmware_restAnsible Core Team2020-03-0910-1419/+0
|
* Migrated to community.mongoAnsible Core Team2020-03-097-2329/+0
|
* Migrated to community.cryptoAnsible Core Team2020-03-0930-19793/+0
|
* Migrated to community.kubernetesAnsible Core Team2020-03-0923-3377/+0
|
* Migrated to community.grafanaAnsible Core Team2020-03-095-1943/+0
|
* Migrated to community.generalAnsible Core Team2020-03-091768-526486/+0
|
* Migrated to community.amazonAnsible Core Team2020-03-09212-72947/+0
|
* Migrated to frr.frrAnsible Core Team2020-03-0911-1852/+0
|
* Migrated to containers.podmanAnsible Core Team2020-03-099-1871/+0
|
* Added routing fileAnsible Core Team2020-03-091-0/+8677
|
* win - Allow FQCN for win_command and win_shellJordan Borean2020-03-053-11/+7
|
* O365 connector_card import from dict_transformationsJill Rouleau2020-03-021-1/+1
| | | | | | Update office_365_connector_card.py to import snake_dict_to_camel_dict from common.dict_transformations instead of ec2, to eliminate collection dependency on AWS collection.
* NX-OS ACLs module (#67558)Adharsh Srivats R2020-03-028-0/+2178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added nxos_acls module * Adding tests * Added integration tests * Integration tests update * Updated documentation * Replaced state changes * Added warning detection * Added port-protocol mapping * Added change * Merge update changes * Completed integration tests, rtt * Added unit tests * Linting Added metaclass info * Changed port protocol to str * Fixed shippable errors, added examples * Fixed type error, updated examples
* ovirt: update botmeta deprecated (#67826)Martin Nečas2020-03-0226-27/+3560
| | | | | | | | | | | | | | | | | | | | | | * ovirt: update botmeta deprecated * correct deprecate option * remove duplication * add removed_module * add removed_module to external_provider * add imports and metaclass * update misc ovirt * update sanity tests to have correct misc ovirt name Signed-off-by: mnecas <necas.marty@gmail.com> * remove unnecessary sanity ignore
* ovirt_vm: remove deprecated warning (#67922)Martin Nečas2020-03-021-15/+0
| | | | | | * ovirt_vm: remove deprecated warning of boot params * update docs
* NX-OS ACL interfaces module (#67505)Adharsh Srivats R2020-03-029-8/+943
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rebase * Completed integration tests * Added unit tests * Added warning detection * Updated tests * Completed tests * Linting Linting II YAML Lint Linting * Updated review changes * Updated examples, fixed reviews * Added failure condition * Resolved merge conflict
* win_timezone - Allow for _dstoff timezones (#67892)Shachaf922020-03-022-8/+7
| | | | | | | | | | * win_timezone - Allow for _dstoff timezones * Update win_timezone-Allow-dstoff.yml * Added doc entry for new format Co-authored-by: Jordan Borean <jborean93@gmail.com>
* Fix AttributeError in ce_lacp on Python 3.9.Matt Clay2020-03-011-1/+6
|
* Remove redundant check for pyopenssl (#67901)gp2020-03-011-3/+0
|
* nxos_lldp_interfaces resource module (#67802)Adharsh Srivats R2020-03-018-0/+752
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added nxos_lldp_interfaces module * Linting * Added RTT, resolved shippable errors * Added new states * New states edit * Updated states * Updated tests * Show all interfaces in facts * Test changes * Added unit tests * Linting * Handled portchannel failing condition
* Misc documentation fixes (#67863)Abhijeet Kasurde2020-03-0116-17/+17
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* VyOS: firewall_interfaces module added (#67254)Rohit2020-03-0110-5/+1920
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * firewall_interfaces module added Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity fixes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity fixes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * delete opr updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * tests updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * ci failure fix Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* NXOS: Manually Configurable Route-Target (#52650)Richard Strnad2020-03-011-13/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renamed auto evpn test * Made sure that the current module is idempotent with additional tests * Added tests for route-target import function * Added tests for route-target export function * Added tests for route-target both function * PEP8 syntax fix * Added route-target import & export function * Added required 'version_added: "2.8"' in the documentation * Updated documentation of new route-target options * Added a test to make sure that in case of `state=absent` on the vrf level the route-target options are ignored. * Specified that the route-target options are ignored in case of `state=absent'. * Updated the doc to the correct format (using 'C()') * Changed the VRF Route Target Syntax Instead of using three different params (route_target_import, route_target_export, route_target_both) the module uses now only one param (route_targets) and the direction is specified for each of the route targets. Example: route_targets: [{rt: '...', direction: '{import|export|both}', state: '...'}] * Updated Description and Examples to reflect new params * Updated "version_added" * pep8 fixes * If rt['direction'] is not definied, we assume default 'both' and run the same routine * Added test with default direction for route-targets * Documentation fixes
* ldap_attr: fix small bug (using wrong variable) (#67887)Felix Fontein2020-03-011-1/+1
| | | Changed self.name to name in ldap_attr module
* add new module mongodb_info (#67846)Andrew Klychkov2020-02-291-0/+444
| | | | | | | | | | * add new module mongodb_info * fix doc and examples * add GPL info * use LooseVersion in the function doc string
* acme_* modules: adjust documentation to reference RFCs 8737 and 8738 instead ↵Felix Fontein2020-02-293-12/+10
| | | | | | | | of the drafts (#67881) * Adjust documentation to reference RFCs 8737 and 8738 instead of the drafts. * More references.
* Remove unused json import (#67876)Paul Belanger2020-02-281-1/+0
| | | Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* cloudwatchlogs_log_group.py: retention handling improvement (#48004)Julien PRIGENT2020-02-281-18/+49
| | | | | | | | | | | | | | | | | * cloudwatchlogs_log_group.py: retention handling improvement * add purge_retention_policy to cloudwatchlogs_log_group.py * update version added for purge_retention_policy feature * make retention and purge_retention_policy mutually exclusive * make purge_retention_policy and overwrite mutually exclusive * changelog Co-authored-by: Sloane Hertel <shertel@redhat.com> Co-authored-by: Mark Chappell <mchappel@redhat.com>
* ansible-galaxy - optimise some paths and use fake galaxy int tests (#67685)Jordan Borean2020-02-292-17/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | * ansible-galaxy - optimise some paths and use fake galaxy int tests * Added init, built, and publish tests * Test against both mocked Galaxy and AH server * Finish off writing the install tests * Fix up broken tests * Rename test target and add migrated tests * Use cloud provider for Galaxy implementation * Added blank static config * Use correct alias group * Set release version and fix copy typo * Remove reset step as it is no longer needed * Use sane env var names for test container name
* win_unzip - normalize and compare paths to prevent path traversal (#67799)Sam Doran2020-02-281-0/+9
| | | | | | * Actually inspect the paths and prevent escape * Add integration tests * Generate zip files for use in integration test * Adjust error message
* implement support for hidden/protected variables gitlab_project_variable ↵Markus Bergholz2020-02-281-12/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#67461) * #66135 implement support for hidden/protected variables * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com> * update example value * fix pep * fix pep8 * fix tailing whitespace * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update test/integration/targets/gitlab_project_variable/tasks/main.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * fix recommendations and request changes * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update test/integration/targets/gitlab_project_variable/tasks/main.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * fix undefine module * add missing import * expand documentation * add idempotent check * add changelog * Update changelogs/fragments/67461-gitlab-project-variable-masked-protected.yml Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> * check also for integer_types * expand integration test and check also for float type * append documentation * Update lib/ansible/modules/source_control/gitlab/gitlab_project_variable.py Co-Authored-By: Felix Fontein <felix@fontein.de> Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> Co-authored-by: Felix Fontein <felix@fontein.de>