Note
This module is part of the arista.eos collection (version 10.1.1).
You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install arista.eos.
To use it in a playbook, specify: arista.eos.eos_banner.
New in arista.eos 1.0.0
Parameter | Comments |
|---|---|
banner string / required | Specifies which banner that should be configured on the remote device. Choices:
|
state string | Specifies whether or not the configuration is present in the current devices active running configuration. Choices:
|
text string | The banner text that should be present in the remote device running configuration. This argument accepts a multiline string. Requires state=present. |
Note
- name: configure the login banner
arista.eos.eos_banner:
banner: login
text: |
this is my login banner
that contains a multiline
string
state: present
- name: remove the motd banner
arista.eos.eos_banner:
banner: motd
state: absent
Common return values are documented here, the following are the fields unique to this module:
Key | Description |
|---|---|
commands list / elements=string | The list of configuration mode commands to send to the device Returned: always Sample: |
session_name string | The EOS config session name used to load the configuration Returned: if changes Sample: |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/arista/eos/eos_banner_module.html