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

9 lines
145 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 cluster status -f short
2023-09-01 15:42:27 -04:00
pvc -q node list