added motd and created copr
This commit is contained in:
@@ -25,7 +25,10 @@
|
||||
group: "{{ item.value.group }}"
|
||||
loop: "{{ init_users | dict2items }}"
|
||||
|
||||
# add MOTD file
|
||||
- name: Setup /etc/motd from template
|
||||
template:
|
||||
src: motd.j2
|
||||
dest: /etc/motd
|
||||
|
||||
# # Git repositories
|
||||
# - name: Pull dotfiles down from git
|
||||
|
||||
6
roles/base/templates/motd.j2
Normal file
6
roles/base/templates/motd.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
██╗ ██╗███████╗██╗ ██████╗ ██████╗ ███╗ ███╗███████╗
|
||||
██║ ██║██╔════╝██║ ██╔════╝██╔═══██╗████╗ ████║██╔════╝
|
||||
██║ █╗ ██║█████╗ ██║ ██║ ██║ ██║██╔████╔██║█████╗
|
||||
██║███╗██║██╔══╝ ██║ ██║ ██║ ██║██║╚██╔╝██║██╔══╝
|
||||
╚███╔███╔╝███████╗███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗
|
||||
╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
|
||||
Reference in New Issue
Block a user