Add PVC status MOTD script
This commit is contained in:
7
roles/base/templates/etc/profile.d/pvc.sh.j2
Normal file
7
roles/base/templates/etc/profile.d/pvc.sh.j2
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Message of the day script to print PVC cluster status
|
||||
# {{ ansible_managed }}
|
||||
|
||||
echo
|
||||
pvc -q status -f short
|
Reference in New Issue
Block a user