mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
10
playbooks/80_change_logo.yml
Normal file
10
playbooks/80_change_logo.yml
Normal file
@ -0,0 +1,10 @@
|
||||
- hosts: odroid_cluster
|
||||
name: Run script
|
||||
become: true
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- name: Reconfigure logo
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/update-motd.d/10-armbian-header
|
||||
regexp: "(^#|^)TERM="
|
||||
line: "TERM=linux toilet -f standard -F metal $(hostname)"
|
Reference in New Issue
Block a user