Skip to content

Commit

Permalink
Merge pull request redhat-cop#65 from mikemorency/mm-feature/ACA-1594…
Browse files Browse the repository at this point in the history
…-add-role-metadata

add role metadata
  • Loading branch information
mikemorency authored Jun 25, 2024
2 parents 77657c0 + 9310b6f commit 89531a7
Show file tree
Hide file tree
Showing 14 changed files with 171 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelogs/fragments/65__mm-feature_add_role_metadata.yml
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
12 changes: 12 additions & 0 deletions roles/cluster_settings/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/content_library/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/deploy_ovf/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/esxi_maintenance_mode/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/export_vm_as_ovf/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/info/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/manage_folder/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/provision_vcenter/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/provision_virtual_esxi/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/provision_vm/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/snapshot_management/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/system_settings/meta/main.yml
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: []
12 changes: 12 additions & 0 deletions roles/vcenter_host_connection/meta/main.yml
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: []

0 comments on commit 89531a7

Please sign in to comment.