diff options
author | zsdc <taras@vyos.io> | 2020-02-28 15:15:40 +0200 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2020-02-28 15:15:40 +0200 |
commit | 4494eac16e2e84b668ffada58db4c9fc2a6b9d4f (patch) | |
tree | cdfd45e068f7ac75b83ccb6c538739bf8ca15830 /README.md | |
parent | fff4b6531c93e662600c5af35b9f685233530274 (diff) | |
download | vyos-vm-images-4494eac16e2e84b668ffada58db4c9fc2a6b9d4f.tar.gz vyos-vm-images-4494eac16e2e84b668ffada58db4c9fc2a6b9d4f.zip |
Added option to exclude `cc_vyos` from Cloud-init
When Cloud-init metadata is not available this module can break configuration procedure or overwrite options, assigned via User-Data.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -99,3 +99,8 @@ You need to copy the ISO image with VyOS to /tmp/vyos.iso before running ansible ``` -e keep_user=true ``` + +- Exclude the `cc_vyos` module from Cloud-init in the PXE archive. Mostly useful when you are building for non-cloud environments, where Cloud-init meta-data is not available (default: false): + ``` + -e pxe_excl_module=true + ``` |