added tty printout ip
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user