bertvv/ansible-role-bind

dnssec-lookaside auto no longer supported on RHEL 7

Closed this issue · 2 comments

This happens even when I set dnssec to off. The template j2 file contain the auto setting so bind fails right away.

TASK [bertvv.bind : Master | Main BIND config file (master)] ******************************************************************************************************************************************************
fatal: [ec2-X-X-X-X.compute-1.amazonaws.com]: FAILED! => {"changed": false, "checksum": "530edf2e5a097ed58d1e0371aa4fd49d80c78d6e", "exit_status": 1, "msg": "failed to validate", "stderr": "", "stderr_lines": [], "stdout": "/home/ec2-user/.ansible/tmp/ansible-tmp-1575861474.360141-87800793241846/source:22: dnssec-lookaside 'auto' is no longer supported\n/home/ec2-user/.ansible/tmp/ansible-tmp-1575861474.360141-87800793241846/source:14: undefined ACL 'a'\n", "stdout_lines": ["/home/ec2-user/.ansible/tmp/ansible-tmp-1575861474.360141-87800793241846/source:22: dnssec-lookaside 'auto' is no longer supported", "/home/ec2-user/.ansible/tmp/ansible-tmp-1575861474.360141-87800793241846/source:14: undefined ACL 'a'"]}

Added a quick PR for that: #106

Addressed with PR #106