fix(banner): align MOTD star border and default motd to disabled
This commit is contained in:
@@ -5,10 +5,9 @@
|
||||
- name: Create MOTD file
|
||||
ansible.builtin.copy:
|
||||
content: |
|
||||
***************************************************************************
|
||||
********************************************************************
|
||||
* AUTHORIZED ACCESS ONLY. ALL ACTIVITIES ARE MONITORED AND LOGGED. *
|
||||
* *
|
||||
***************************************************************************
|
||||
********************************************************************
|
||||
dest: /mnt/etc/motd
|
||||
mode: "0644"
|
||||
owner: root
|
||||
|
||||
@@ -79,7 +79,7 @@ system_defaults:
|
||||
swap:
|
||||
enabled: true
|
||||
banner:
|
||||
motd: true
|
||||
motd: false
|
||||
sudo: true
|
||||
chroot:
|
||||
tool: "arch-chroot" # arch-chroot|chroot|systemd-nspawn
|
||||
|
||||
Reference in New Issue
Block a user