9 lines
145 B
Django/Jinja
9 lines
145 B
Django/Jinja
#!/bin/sh
|
|
|
|
# Message of the day script to print PVC cluster status
|
|
# {{ ansible_managed }}
|
|
|
|
echo
|
|
pvc -q cluster status -f short
|
|
pvc -q node list
|