fix(banner): align MOTD star border and default motd to disabled

This commit is contained in:
2026-02-11 07:57:58 +01:00
parent 37130da17b
commit cd34b41862
2 changed files with 3 additions and 4 deletions

View File

@@ -5,10 +5,9 @@
- name: Create MOTD file - name: Create MOTD file
ansible.builtin.copy: ansible.builtin.copy:
content: | content: |
*************************************************************************** ********************************************************************
* AUTHORIZED ACCESS ONLY. ALL ACTIVITIES ARE MONITORED AND LOGGED. * * AUTHORIZED ACCESS ONLY. ALL ACTIVITIES ARE MONITORED AND LOGGED. *
* * ********************************************************************
***************************************************************************
dest: /mnt/etc/motd dest: /mnt/etc/motd
mode: "0644" mode: "0644"
owner: root owner: root

View File

@@ -79,7 +79,7 @@ system_defaults:
swap: swap:
enabled: true enabled: true
banner: banner:
motd: true motd: false
sudo: true sudo: true
chroot: chroot:
tool: "arch-chroot" # arch-chroot|chroot|systemd-nspawn tool: "arch-chroot" # arch-chroot|chroot|systemd-nspawn