You've already forked ansible-role-bind9
style: use quotation marks for the name of an action
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
bind9_acls:
|
bind9_acls:
|
||||||
- name: internalnets
|
- name: "internalnets"
|
||||||
permissions: []
|
permissions: []
|
||||||
# - "111.222.111.222"
|
# - "111.222.111.222"
|
||||||
|
|
||||||
@@ -117,7 +117,7 @@ bind9_tsigkeys: []
|
|||||||
# secret: "secret"
|
# secret: "secret"
|
||||||
|
|
||||||
bind9_views: []
|
bind9_views: []
|
||||||
# - name: external
|
# - name: "external"
|
||||||
# match_clients:
|
# match_clients:
|
||||||
# - "!internalnets"
|
# - "!internalnets"
|
||||||
# - "any"
|
# - "any"
|
||||||
@@ -135,7 +135,7 @@ bind9_views: []
|
|||||||
# type: master
|
# type: master
|
||||||
# notify: true
|
# notify: true
|
||||||
# file: zones/external/db.local.example
|
# file: zones/external/db.local.example
|
||||||
# - name: internal
|
# - name: "internal"
|
||||||
# match_clients:
|
# match_clients:
|
||||||
# - "!192.168.178.1"
|
# - "!192.168.178.1"
|
||||||
# - "internalnets"
|
# - "internalnets"
|
||||||
|
@@ -7,13 +7,13 @@ galaxy_info:
|
|||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: "2.9"
|
min_ansible_version: "2.9"
|
||||||
platforms:
|
platforms:
|
||||||
- name: ArchLinux
|
- name: "ArchLinux"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: "Ubuntu"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: "EL"
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user