playbook/motd.j2
2021-11-14 10:02:58 -05:00

20 lines
535 B
Django/Jinja

Welcome to
▌ ▌▞▀▖
▚▗▘▙▄▌ vulpineawoo
▝▞ ▌ ▌ running sandcat-approved software since 2019
▘ ▘ ▘
You are connected to {{ inventory_hostname }}{% if sponsor is defined %}, donated by {{ sponsor }}{% endif %}!
Other servers on the network:
{% for host in ansible_play_hosts %}
{% if host != inventory_hostname %}
- {{ host }}
{% endif %}
{% endfor %}
Pop in #vulpineawoo for help, or do /list for a list of channels.
Consider running /mode yournick +w to opt in for network announcements.