Skip to content
Snippets Groups Projects
Verified Commit 90beae31 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Attach a configuration snippet to the readme

parent b1764cf7
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,27 @@ This is useful for specifying things like `disk.enableUUID=true` or `svga.autode
Follow the Foreman manual for [advanced installation from gems](https://theforeman.org/plugins/#2.3AdvancedInstallationfromGems)
## Usage
Create a configuration file in the Foreman config folder - e.g. `/etc/foreman/plugins/foreman_vmware_advanced.yaml`
In there you can configure any of the values managed by the plugin;
```yaml
---
# Additional VMX options
:vmware_advanced:
bios.bootOrder: ethernet0,hdd
disk.EnableUUID: 'TRUE'
svga.autodetect: 'TRUE'
tools.upgrade.policy: upgradeAtPowerCycle
# Enable secureboot on new Windows UEFI VMs
:vmware_secureboot: true
# Attach a vTPM to all new VMs
:vmware_vtpm: true
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ananace/foreman_vmware_advanced
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment