Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/x86-39/ansible_collection_diademiemi.vm_utils
- Owner: x86-39
- License: mit
- Created: 2023-10-29T12:54:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:28:24.000Z (6 months ago)
- Last Synced: 2024-11-08T10:54:50.064Z (11 days ago)
- Language: Shell
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
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/APlaybooks
------
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/AClick on the role to see the README for that role.