-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanner.yml
20 lines (18 loc) · 965 Bytes
/
banner.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
## playbook to set warning banner on network equipment
- hosts: all
connection: local
gather_facts: False
tasks:
- name: Configure warning banner
ios_banner:
banner: login
text: |
*******************************************************************
* --Warning Banner-- *
* -- Warning : By using this system you are accepting *
* That all usage will be monitored, and that you will not *
* use the system in any way that will be destructive, detrimental,*
* or illegal. Any violations or mis-use of the system will be *
* prosecuted to the full limit of the law..... *
*******************************************************************