#export policy module

1 messages · Page 1 of 1 (latest)

kind lotus
#

Hi all, is it possible to add client_match servers to top of rule_index (rule_index =1) without overwriting the existing server in that rule index? I’m using the export_policy_rule module. Thanks

steady dock
#

yes, but not easily

you would first have to call the info module to get the info for that rule, and then fill in all the field for the export_policy_rule for index 1 with the existing information. With the only change being the the change to the client_match.

The idea with ansible is what ever is in your playbook is what your want the end state of the system to be. So if your missing a variable it treated as if you wanted to set that vaule to null.