mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
27 lines
936 B
XML
27 lines
936 B
XML
<?xml version="1.0"?>
|
|
|
|
<base xmlns="http://www.github/cliffe/SecGen/base"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/base">
|
|
<name>Windows Server 2016, SSH, Puppet: OVIRT ONLY</name>
|
|
<author>Z. Cliffe Schreuders</author>
|
|
<module_license>GPLv3</module_license>
|
|
<description>Windows Server 2016 with OpenSSH, Chocolatey, Rsync, and Puppet. CURRENTLY ONLY WORKS WITH OVIRT.</description>
|
|
<cpu_word_size>64-bit</cpu_word_size>
|
|
<type>server</type>
|
|
|
|
<platform>windows</platform>
|
|
<distro>server 2016</distro>
|
|
<url>http://TODO</url>
|
|
<esxi_url></esxi_url>
|
|
<ovirt_template>win2016_20220207</ovirt_template>
|
|
<proxmox_template>win2016-20250113</proxmox_template>
|
|
|
|
<software_license>various</software_license>
|
|
|
|
<!-- another base should not be added to this base -->
|
|
<conflict>
|
|
<module_path>bases/.*</module_path>
|
|
</conflict>
|
|
</base>
|