forked from redhat-cop/cloud.vmware_ops
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request redhat-cop#65 from mikemorency/mm-feature/ACA-1594…
…-add-role-metadata add role metadata
- Loading branch information
Showing
14 changed files
with
171 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
minor_changes: | ||
- cluster_settings - add role metadata | ||
- content_library - add role metadata | ||
- deploy_ovf - add role metadata | ||
- esxi_maintenance_mode - add role metadata | ||
- export_vm_as_ovf - add role metadata | ||
- info - add role metadata | ||
- manage_folder - add role metadata | ||
- provision_vcenter - add role metadata | ||
- provision_virtual_esxi - add role metadata | ||
- provision_vm - add role metadata | ||
- snapshot_management - add role metadata | ||
- system_settings - add role metadata | ||
- vcenter_host_connection - add role metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Configure vCenter cluster settings | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Manage a content library in vCenter | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Deploy an OVF file as a VM on a vCenter or ESXi host | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Manage an ESXi host's maintenance mode status | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Export a powered off VM on vCenter or an ESXi host as an OVF file | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Gather info about vCenter guests, storage, license, cluster, or appliances | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Manage a folder or folder path in vCenter | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Deploy a vCenter appliance VM on an ESXi host using the VCSA ISO file | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Provision a virtual ESXi host VM on a vCenter or existing ESXi host | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Provision a VM on vCenter or an ESXi host | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Manage a snapshot in vCenter | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Configure vCenter or ESXi system settings | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: Ansible Cloud Content Team (@redhat-cop) | ||
description: Manage the connection of an ESXi host to a vCenter cluster | ||
company: Red Hat, Inc. | ||
license: GPL-3.0-or-later | ||
min_ansible_version: "2.13" | ||
galaxy_tags: | ||
- infrastructure | ||
- vmware | ||
|
||
dependencies: [] |