added motd and created copr

This commit is contained in:
opalvaults
2022-07-17 21:10:35 -07:00
parent 6c8b70e9a1
commit 9a49c6a9fa
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1,6 @@
██╗ ██╗███████╗██╗ ██████╗ ██████╗ ███╗ ███╗███████╗
██║ ██║██╔════╝██║ ██╔════╝██╔═══██╗████╗ ████║██╔════╝
██║ █╗ ██║█████╗ ██║ ██║ ██║ ██║██╔████╔██║█████╗
██║███╗██║██╔══╝ ██║ ██║ ██║ ██║██║╚██╔╝██║██╔══╝
╚███╔███╔╝███████╗███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗
╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝