NCLU - Add example: Changing the hostname and committing on Cumulus Linux (#42872)

* Add example to change the hostname and commit on Cumulus Linux

* Modify phrasing a bit
This commit is contained in:
vista- 2018-08-01 21:32:57 +02:00 committed by ansibot
parent af6b9799aa
commit f81e258043

View file

@ -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: |