pvc-ansible/roles/base/templates/etc/profile.d/pvc.sh.j2

10 lines
142 B
Plaintext
Raw Normal View History

2020-11-17 12:41:02 -05:00
#!/bin/sh
# Message of the day script to print PVC cluster status
# {{ ansible_managed }}
echo
pvc -q status -f short
2021-10-11 15:36:22 -04:00
echo
pvc -q node list