ansible-role-bind icon indicating copy to clipboard operation
ansible-role-bind copied to clipboard

Add support for allow-recursion

Open scibi opened this issue 10 years ago • 3 comments

It would be nice to be able to specify list of allow-recursion parameters.

scibi avatar Mar 23 '15 18:03 scibi

Actually you already can!

bind_config_recursion: "yes"

resmo avatar Mar 26 '15 17:03 resmo

bind_config_recursion only sets recursion to yes or no. What I was asking for is an ability to set allow-recursion to an address match list.

It is important because bind allows recursive queries only from localnet/localhost by default.

scibi avatar Mar 26 '15 18:03 scibi

@scibi ah! I see. Yeah why not!

resmo avatar Mar 26 '15 18:03 resmo