Allow to configure local static zone files dir #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @doobry-systemli
This pull request enables the configuration of a local static zone files directory for enhanced customization and management within the systemli/ansible-role-bind9. This feature provides users with the flexibility to specify a dedicated directory for storing static zone files locally.
Changes:
defaults/main.yml
:Added bind9_local_static_zone_filesdir variable to configure the directory path for local static zone files.
tasks/main.yml
:Updated the source path for static bind9 zone files to use the newly introduced bind9_local_static_zone_filesdir variable, allowing dynamic customization of the directory path.
This enhancement streamlines the management of static zone files, empowering users to organize and maintain their configurations efficiently.
Best regards
Daniel