added tty printout ip

This commit is contained in:
Ebbe Baß
2026-07-17 08:19:27 +02:00
parent bf83dc1790
commit 245a8444df
@@ -44,4 +44,16 @@
when: neofetch_install is failed
become: true
- name: Setup tty IP display
hosts: all
gather_facts: true
become: true
tasks:
- name: Write to /etc/issue
ansible.builtin.lineinfile:
path: /etc/issue
line: 'eth0: \4{eth0} | eth1: \4{eth1}'
# This file was written by Ebbe Baß (umpi) - ebbe@ping-mee.de