diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-02-16 09:01:28 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2022-02-16 09:01:28 -0300 |
commit | edf72e0ac0d4a25197bf9075b24b55f01b0e37ed (patch) | |
tree | 2f9c6ccaaa778192ab5da7b5f09030927690fb32 | |
parent | fc94599505dd153f30b353903fe0b50558778521 (diff) | |
download | vyos-documentation-edf72e0ac0d4a25197bf9075b24b55f01b0e37ed.tar.gz vyos-documentation-edf72e0ac0d4a25197bf9075b24b55f01b0e37ed.zip |
Automation/Cloud-init - Line lenght corrections.
-rw-r--r-- | docs/automation/cloud-init.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst index b029416e..6164068c 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/cloud-init.rst @@ -71,9 +71,9 @@ Initial Configuration ************************ -The key used to designate a VyOS configuration is ``vyos_config_commands``. What -follows is VyOS configuration using the "set-style" syntax. Both "set" and "delete" -commands are supported. +The key used to designate a VyOS configuration is ``vyos_config_commands``. +What follows is VyOS configuration using the "set-style" syntax. Both "set" +and "delete" commands are supported. Commands requirements: @@ -88,7 +88,8 @@ proper commands list by copying it from another router. The configuration specified in the cloud-config document overwrites default configuration values and values configured via Metadata. -Here is an example cloud-config that appends configuration at the time of first boot. +Here is an example cloud-config that appends configuration at the time of +first boot. .. code-block:: yaml @@ -149,8 +150,8 @@ configuration. run show ip bgp summary >> $filename -If you need to gather information from linux commands to configure VyOS, you can -execute commands and then configure VyOS in the same script. +If you need to gather information from linux commands to configure VyOS, you +can execute commands and then configure VyOS in the same script. The following example sets the hostname based on the instance identifier obtained from the EC2 metadata service. @@ -213,8 +214,8 @@ the method with KVM to attach the ISO as a CD drive follows. --noautoconsole -For more information on the NoCloud data source, visit its -`page <https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html>`_ +For more information on the NoCloud data source, visit its `page +<https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html>`_ in the cloud-init documentation. *************** |