refactor: Rename leaf config to site config
feat: Add argument specs and atomic validation
This commit is contained in:
@@ -14,7 +14,7 @@ bind9_debug_config: false
|
||||
bind9_config_indent: 4
|
||||
|
||||
bind9_group_config: []
|
||||
bind9_leaf_config: []
|
||||
bind9_site_config: []
|
||||
bind9_host_config: []
|
||||
|
||||
bind9_default_config:
|
||||
@@ -30,7 +30,7 @@ bind9_default_config:
|
||||
|
||||
bind9_config: "{{ [bind9_default_config,
|
||||
bind9_group_config,
|
||||
bind9_leaf_config,
|
||||
bind9_site_config,
|
||||
bind9_host_config] |
|
||||
community.general.lists_mergeby('name',
|
||||
recursive=true,
|
||||
|
||||
Reference in New Issue
Block a user