* Add example to change the hostname and commit on Cumulus Linux
* Modify phrasing a bit
(cherry picked from commit f81e258043
)
This commit is contained in:
parent
c8887aa47f
commit
2eb1c48dfc
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@ EXAMPLES = '''
|
|||
- add int swp1
|
||||
- add int swp2
|
||||
|
||||
- name: Modify hostname to Cumulus-1 and commit the change
|
||||
nclu:
|
||||
commands:
|
||||
- add hostname Cumulus-1
|
||||
commit: true
|
||||
|
||||
- name: Add 48 interfaces and commit the change.
|
||||
nclu:
|
||||
template: |
|
||||
|
|
Loading…
Reference in a new issue