ansible/tasks/general/sshbanner-bjphoster.yml

24 lines
1.2 KiB
YAML

---
- name: Ensure /etc/banner is populated with BJPHoster Network
ansible.builtin.copy:
dest: /etc/banner
content: |
┌──────────────────────────────────────┐
│ ___ _ ___ │
│ | _ )_ | | _ \ │
│ | _ \ || | _/ │
│ |___/\__/|_| │
│ │
│ This is a private system managed │
│ by the BJPHoster Private Network. │
│ │
│ Unless otherwise authorized you are │
│ to leave this virtual premise │
│ immediately, otherwise this will be │
│ considered a security breach attempt │
│ and will be reported to the │
│ competent authorities and persecuted │
│ to the extent permitted by the │
│ applicable law. │
└──────────────────────────────────────┘