summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 394a712..7cbf084 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,17 @@ You need to copy the ISO image with VyOS to /tmp/vyos.iso before running ansible
-e cloud_init_ds=NoCloud,ConfigDrive,None
```
+- Install guest agent. It can be `qemu`, `vmware` (default: none):
+
+ ```
+ -e guest_agent=agent
+ ```
+
+ Example:
+ ```
+ -e guest_agent=qemu
+ ```
+
- Disable configuration stage modules in Cloud-init. Mostly useful when you are building for non-cloud environments, where Cloud-init meta-data is not available (default: false):
```
-e cloud_init_disable_config=true