#How to find node-management lifs
1 messages · Page 1 of 1 (latest)
Can you try to use scope? Though AFAIK, it only supports cluster and svm.
role has been deprecated some time ago
Try
- network/ip/interfaces
parameters:
scope: "cluster"
service_policy.name: "default-management"
location.failover: "home_node_only"
Hello Rene, thank you very much. that works. also interesting the "parameter" usage, as it is not well described in ansible docs.