Documentation for STARTcloud Generic Provisioner
- About the Project
- Key Features
- Roadmap
- Provider Support
- Built With
- Contributing
- License
- Contact
- Acknowledgements
STARTcloud Generic Provisioner is a collection of Generic STARTcloud Roles.
- Role Management: Offers a comprehensive set of Ansible roles for various aspects of VM preparation and configuration.
- Technology Installation: Automates the installation of proprietary technologies like Verse, Domino, Traveler, and Nomad, simplifying the deployment process.
- Service Configuration: Simplifies the setup of necessary services on VMs, streamlining the deployment process.
- Dependency Installation: Handles the installation of required dependencies, reducing manual setup efforts.
To integrate STARTcloud Generic Provisioner with the Core Provisioner, specifically with the Hosts.yml and Hosts.rb files, follow these steps:
STARTcloud Generic Provisioner enhances the provisioning process by automating the configuration of VMs. To utilize these roles effectively, they need to be referenced within the Hosts.yml for the Core Provisioner Hosts.rb.
-
Reference Roles in
Hosts.yml: Within theHosts.ymlfile, you can specify which roles from STARTcloud Generic Provisioner should be applied to a particular host. This is done by including the role names under theroleskey for each host configuration. For example:hosts: all roles: - startcloud.startcloud_roles.ssl - startcloud.startcloud_roles.haproxy
This configuration indicates that the
sslandhaproxyroles from STARTcloud Generic Provisioner should be applied to all hosts viaall. -
Execution in
Hosts.rb: TheHosts.rbscript is responsible for interpreting theHosts.ymlfile and generating the necessary Vagrant configurations. When theHosts.rbscript encounters a host configuration that includes roles, it automatically applies these roles during the provisioning process. There's no need for additional modifications inHosts.rbfor this purpose, as the script is designed to handle role application based on theHosts.ymlconfigurations.
By following these steps, you can seamlessly integrate STARTcloud Generic Provisioner with the Core Provisioner, leveraging the power of Ansible roles to automate the configuration and security of your VMs. This approach enhances the flexibility and extensibility of your provisioning process, allowing for a more declarative and manageable setup.
See the open issues for a list of proposed features (and known issues).
| Provider | Supported by STARTcloud Generic Provisioner |
|---|---|
| VirtualBox | Yes |
| Bhyve/Zones | Yes |
| VMware Fusion | No |
| KVM | Yes |
| QEMU | Yes |
| WSL2 | No |
- Vagrant - Portable Development Environment Suite.
- VirtualBox - Hypervisor.
- Ansible - Virtual Machine Automation Management.
- Core Provisioner - Core Provisioner.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Joel Anderson - Initial work - JoelProminic
- Justin Hill - Initial work - JustinProminic
- Mark Gilbert - Refactor - MarkProminic
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details
- Hat tip to anyone whose code was used