An open API service indexing awesome lists of open source software.

https://github.com/39services/ansible_collection_39systems.vm_utils

Standard code I use to make creating and testing Ansible automation easier
https://github.com/39services/ansible_collection_39systems.vm_utils

Last synced: over 1 year ago
JSON representation

Standard code I use to make creating and testing Ansible automation easier

Awesome Lists containing this project

README

          

Ansible Collection - diademiemi.vm_utils
========================================
Documentation for the collection vm_utils.

Contents
========

Roles
------
Role | Description | CI Status
--- | --- | ---
[diademiemi.vm_utils.vyos_qcow2_image](./roles/vyos_qcow2_image/) | Compile VyOS cloud image with Cloud Init installed | N/A

Playbooks
------
Playbook | Description | CI Status
--- | --- | ---
[diademiemi.vm_utils.terraform_inv_mgt](./playbooks/terraform_inv_mgt.yml) | Set up inventory file for terraform-managed inventory. Should be run on localhost | N/A
[diademiemi.vm_utils.terraform_vms](./playbooks/terraform_vms.yml) | Set up Terraform VMs according to variables & sync hostnames to `/etc/hosts`. Should be run on localhost | N/A
[diademiemi.vm_utils.terraform_dns](./playbooks/terraform_dns.yml) | Set up Terraform DNS with output from terraform_vms.yml. Should be run on localhost | N/A

Click on the role to see the README for that role.