summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 677cf8a..cfc119f 100644
--- a/README.md
+++ b/README.md
@@ -87,3 +87,15 @@ You need to copy the ISO image with VyOS to /tmp/vyos.iso before running ansible
```
-e cloud_init_ds=NoCloud,ConfigDrive,None
```
+
+- Create an archive with files required to PXE boot (default: false):
+
+ ```
+ -e pxe=true
+ ```
+
+- Keep default `vyos` user with password `vyos` in configuration when building an image with Cloud-init (default: false):
+
+ ```
+ -e keep_user=true
+ ```