summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index c67e234..4837894 100644
--- a/README.md
+++ b/README.md
@@ -143,3 +143,15 @@ You need to copy the ISO image with VyOS to /tmp/vyos.iso before running ansible
```
-e custom_packages=true
```
+
+- Enable DHCP on eth0 (default: `false`):
+
+ ```
+ -e enable_dhcp=true
+ ```
+
+- Enable SSH (default: `false`):
+
+ ```
+ -e enable_ssh=true
+ ```