summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index c25157b..c67e234 100644
--- a/README.md
+++ b/README.md
@@ -32,12 +32,18 @@ You need to copy the ISO image with VyOS to /tmp/vyos.iso before running ansible
ansible-playbook qemu.yml
```
-- VMware
+- VMware Cloud-init
```
ansible-playbook vmware.yml -e vyos_vmware_private_key_path=path_to_private_key
```
+- VMware simple ova
+
+ ```
+ ansible-playbook vmware.yml -e vyos_vmware_private_key_path=path_to_private_key -e cloud_init=false -e ovf_template=simple
+ ```
+
- Microsoft Hyper-V
```
@@ -136,4 +142,4 @@ You need to copy the ISO image with VyOS to /tmp/vyos.iso before running ansible
```
-e custom_packages=true
- ``` \ No newline at end of file
+ ```