oatakan.windows_template_build
windows_template_build
This repository contains an Ansible role to create a Windows template on various cloud platforms (like ovirt/rhev, VMware, EC2, Azure, etc.). You can use this role within a VMware template build role or a Packer role in a CI/CD pipeline for building Windows templates.
Note: This role is just an example. Do not use it in a production environment. You can copy or modify it to fit your needs based on your organization's security and operational requirements.
Requirements
Any prerequisites not included with Ansible or the role should be listed here. For example, if the role uses the EC2 module, mention that the boto package is required.
Role Variables
This section should describe the variables you can set for this role, including those in defaults/main.yml, vars/main.yml, and any that can be passed as parameters. Also, list any variables that come from other roles or the global scope (like hostvars, group vars, etc.).
Dependencies
Here’s a list of roles that this role depends on:
- oatakan.windows_ec2_ena_driver
- oatakan.windows_powershell_upgrade
- oatakan.windows_configure_update
- oatakan.windows_update
- oatakan.windows_virtio
- oatakan.windows_vmware_tools
- oatakan.windows_virtualbox_guest_additions
- oatakan.windows_parallels_tools
- oatakan.windows_hotfix
Example Playbook
It’s helpful to include an example of how to use your role (such as passing in variables as parameters):
- hosts: servers
roles:
- oatakan.windows_template_build
License
MIT
Author Information
Orcun Atakan
Ansible galaxy role for building a Windows template on any cloud platform(ovirt/rhev, VMware, EC2, Azure etc.)
ansible-galaxy install oatakan.windows_template_build