feat: also exclude network details from pvesh command
This commit is contained in:
parent
a19254a226
commit
f03a498408
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
"set -o pipefail; \
|
"set -o pipefail; \
|
||||||
sudo pvesh get /cluster/resources | \
|
sudo pvesh get /cluster/resources | \
|
||||||
grep {{ inventory_hostname_short }} | \
|
grep {{ inventory_hostname_short }} | \
|
||||||
egrep -v \"node/pve|storage/pve|sdn/pve|template\""
|
egrep -v \"node/pve|storage/pve|sdn/pve|template|network\""
|
||||||
executable: "/bin/bash"
|
executable: "/bin/bash"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
delay: 10
|
delay: 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue