feat: exclude ocp components

This commit is contained in:
Simon Cornet 2026-04-11 14:02:29 +02:00
commit 445c3e62e5

View file

@ -15,7 +15,7 @@
"set -o pipefail; \
sudo pvesh get /cluster/resources | \
grep {{ inventory_hostname_short }} | \
egrep -v \"node/pve|storage/pve|sdn/pve|template|network\""
egrep -v \"node/pve|storage/pve|sdn/pve|template|network|ocp\""
executable: "/bin/bash"
changed_when: false
delay: 10