fix(banner): align MOTD star border and default motd to disabled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user