.. _cisco.ios.ios_banner_module: ******************** cisco.ios.ios_banner ******************** **Module to configure multiline banners.** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - This will configure both login and motd banners on remote devices running Cisco IOS. It allows playbooks to add or remote 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 login', 'this is my login banner', 'that contains a multiline', 'string']
|