diff options
| author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2022-04-29 19:57:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-29 19:57:15 +0900 |
| commit | 627bd5562505bee395b771d4db576a773c98b282 (patch) | |
| tree | acca5fcc6c432ac63d7acaf3d4804760f8a13718 | |
| parent | bafe06bbbf4d67a98c78c01f1cef379eb6d13fa1 (diff) | |
| parent | e364fd4f151f640b49cc0eb5c89541329f995f1d (diff) | |
| download | vyos-vm-images-627bd5562505bee395b771d4db576a773c98b282.tar.gz vyos-vm-images-627bd5562505bee395b771d4db576a773c98b282.zip | |
Merge pull request #31 from dhekimian/dhekimian-patch-1
docs: Add DHCP & SSH enable options
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 + ``` |
