.. _cisco.nxos.nxos_banner_module: ********************** cisco.nxos.nxos_banner ********************** **Manage multiline banners on Cisco NXOS devices** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - This will configure both exec and motd banners on remote devices running Cisco NXOS. It allows playbooks to add or remove banner text from the active running configuration. Parameters ---------- .. raw:: html
Key | Returned | Description |
---|---|---|
commands
list
|
always |
The list of configuration mode commands to send to the device
Sample:
['banner exec', 'this is my exec banner', 'that contains a multiline', 'string']
|