ansible/tasks/general/sshbanner-wimore.yml

20 lines
1.3 KiB
YAML

---
- name: Ensure /etc/banner is populated with WiMORE
ansible.builtin.copy:
dest: /etc/banner
content: |
┌─────────────────────────────────────────────────────────┐
│ __ ___ __ __ ___ ___ ___ │
│ \ \ / (_) \/ |/ _ \| _ \ __| │
│ \ \/\/ /| | |\/| | (_) | / _| │
│ \_/\_/ |_|_| |_|\___/|_|_\___| │
│ │
│ Questo sistema e' gestito dal reparto IT Cloud WiMORE, │
│ ogni accesso non autorizzato a questo sistema sara' │
│ perseguito nei termini applicabili di legge. │
│ │
│ This system is managed by the WiMORE IT Cloud team, any │
│ unauthorized access on this system will be persecuted │
│ to the extent permitted by the applicable law. │
└─────────────────────────────────────────────────────────┘