ansible/tasks/debian-general/sshbanner-bjphoster.yml

20 lines
786 B
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 of the country where |
| these systems reside. |
|--------------------------------------|