Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/x86-39/ansible_collection_diademiemi.vm_utils

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

Last synced: about 4 hours 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.