microsoft / oe-engine

ACC template generation engine
MIT License
11 stars 14 forks source link

Add support for enabling WinRM for Ansible #52

Closed oprinmarius closed 5 years ago

oprinmarius commented 5 years ago

In our OpenEnclave CI system we are building OpenEnclave machines and saving their VHDs for faster future deployments. We are deploying Jenkins agents from those VHDs with oe-engine. We sysprep the images before saving the VHDs. For Windows agents we need to add a custom script to run at first boot , in order to allow further provisioning with Ansible.

Currently oe-engine templates don't have an option to add custom_data to the Azure VMs we are trying to deploy. We should consider adding this feature.