Skip to content

imtrinity94/Aria_Automation_Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Aria Automation Templates Collection

Welcome to the Aria Automation Templates Collection! This repository contains a curated set of VMware Aria Automation (formerly vRealize Automation) templates for various infrastructure and application deployments.

🎯 Quick Start

To use these templates:

  1. 📥 Clone this repository
  2. 🔄 Add GitHub Integration into your Aria Automation environment
  3. Add Integration to your project and on Design tab, click Sync Repos
  4. All the templates should be available in your environment.
    image
  5. ⚙️ Tweak the template according to your needs
  6. 🚀 Deploy!

💡 Example Template

Here's a simple example of an Aria Automation template:

formatVersion: 1
inputs:
  vm_name:
    type: string
    title: VM Name
    default: my-vm
  cpu_count:
    type: integer
    title: CPU Count
    default: 2
    minimum: 1
    maximum: 8
resources:
  Cloud_Machine:
    type: Cloud.vSphere.Machine
    properties:
      name: ${input.vm_name}
      flavor: small
      image: ubuntu-20.04
      cpuCount: ${input.cpu_count}
      networks:
        - network: ${resource.Cloud_Network.id}
  Cloud_Network:
    type: Cloud.Network
    properties:
      networkType: existing

📄 List of Templates

Application Templates

Load Balancing

AWS Services

Azure Services

Infrastructure

Container & DevOps

Kubernetes

vSphere Templates

Networking & Security

Configuration Management

Storage and Volumes

Additional Templates

Contributing

Feel free to contribute by submitting pull requests with your templates and improvements. Please ensure your templates are well-documented and follow the existing format.

License

This collection is available for use under standard open-source terms.

About

Collection of Aria Automation Templates (formerly as Cloud Assembly Templates)

Topics

Resources

Stars

Watchers

Forks

Sponsor this project