Init: mediaserver

This commit is contained in:
2023-02-08 12:13:28 +01:00
parent 848bc9739c
commit f7c23d4ba9
31914 changed files with 6175775 additions and 0 deletions

View File

@@ -0,0 +1,100 @@
ancestor: null
releases:
1.1.3:
changes:
release_summary: 'This patch release provides compatibility with Ansible v4.0.0'
release_date: '2021-04-24'
1.1.2:
changes:
release_summary: 'This patch release provides compatibility with Ansible v4.0.0'
release_date: '2021-04-24'
1.1.1:
changes:
release_summary: 'This patch release provides compatibility with Ansible v4.0.0'
release_date: '2021-04-24'
1.1.0:
changes:
release_summary: 'This patch release provides compatibility with Ansible v4.0.0'
release_date: '2021-04-15'
1.0.1:
changes:
release_summary: 'This patch release provides compatibility with Ansible v3.0.0'
release_date: '2021-03-20'
1.0.0:
changes:
release_summary: 'First release of the HPE Nimble Storage Content Collection for Ansible'
release_date: '2020-10-18'
modules:
- description: Manage the HPE Nimble Storage access control records.
name: hpe_nimble_access_control_record
namespace: ''
- description: Manage the HPE Nimble Storage array.
name: hpe_nimble_array
namespace: ''
- description: Manage the HPE Nimble Storage CHAP user.
name: hpe_nimble_chap_user
namespace: ''
- description: Manage the HPE Nimble Storage disk.
name: hpe_nimble_disk
namespace: ''
- description: Manage the HPE Nimble Storage encryption.
name: hpe_nimble_encryption
namespace: ''
- description: Manage the HPE Nimble Storage Fibre Channel.
name: hpe_nimble_fc
namespace: ''
- description: Manage the HPE Nimble Storage group.
name: hpe_nimble_group
namespace: ''
- description: Collect information from HPE Nimble Storage array.
name: hpe_nimble_info
namespace: ''
- description: Manage the HPE Nimble Storage initiator groups.
name: hpe_nimble_initiator_group
namespace: ''
- description: Manage the HPE Nimble Storage network configuration.
name: hpe_nimble_network
namespace: ''
- description: Manage the HPE Nimble Storage Replication Partner.
name: hpe_nimble_partner
namespace: ''
- description: Manage the HPE Nimble Storage performance policies
name: hpe_nimble_performance_policy
namespace: ''
- description: Manage the HPE Nimble Storage pools.
name: hpe_nimble_pool
namespace: ''
- description: Manage the HPE Nimble Storage protection schedules.
name: hpe_nimble_protection_schedule
namespace: ''
- description: Manage the HPE Nimble Storage protection templates.
name: hpe_nimble_protection_template
namespace: ''
- description: Manage the HPE Nimble Storage shelves.
name: hpe_nimble_shelf
namespace: ''
- description: Manage the HPE Nimble Storage snapshots.
name: hpe_nimble_snapshot
namespace: ''
- description: Manage the HPE Nimble Storage snapshot collections.
name: hpe_nimble_snapshot_collection
namespace: ''
- description: Manage the HPE Nimble Storage users.
name: hpe_nimble_user
namespace: ''
- description: Manage the HPE Nimble Storage user policies.
name: hpe_nimble_user_policy
namespace: ''
- description: Manage the HPE Nimble Storage volumes.
name: hpe_nimble_volume
namespace: ''
- description: Manage the HPE Nimble Storage volume collections.
name: hpe_nimble_volume_collection
namespace: ''

View File

@@ -0,0 +1,32 @@
changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
ignore_other_fragment_extensions: true
keep_fragments: false
mention_ancestor: true
new_plugins_after_name: removed_features
notesdir: fragments
prelude_section_name: release_summary
prelude_section_title: Release Summary
sanitize_changelog: true
sections:
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - known_issues
- Known Issues
title: HPE Nimble Storage Content Collection for Ansible
trivial_section_name: trivial
use_fqcn: true