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

10 lines
142 B
Plaintext
Raw Normal View History

2023-09-01 15:42:24 -04:00
#!/bin/sh
# Message of the day script to print PVC cluster status
# {{ ansible_managed }}
echo
pvc -q status -f short
2023-09-01 15:42:27 -04:00
echo
pvc -q node list