Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rezo
ansible-server
Commits
b39f5dd3
Commit
b39f5dd3
authored
Jan 22, 2020
by
zaiken
💬
Committed by
root
Jan 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Réglages DNS
parent
fe6e49a4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
34 deletions
+13
-34
roles/dns/files/named.conf.default-zones
roles/dns/files/named.conf.default-zones
+0
-29
roles/dns/files/zone_rezo
roles/dns/files/zone_rezo
+8
-4
roles/dns/tasks/main.yaml
roles/dns/tasks/main.yaml
+5
-1
No files found.
roles/dns/files/named.conf.default-zones
deleted
100644 → 0
View file @
fe6e49a4
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/usr/share/dns/root.hints";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
roles/dns/files/zone_rezo
View file @
b39f5dd3
...
...
@@ -122,25 +122,29 @@ zone "15.69.10.in-addr.arpa" {
allow-transfer { supelec-ns; };
};
zone "8.10.in-addr.arpa" { type master;
zone "8.10.in-addr.arpa" {
type master;
file "/usr/local/dns/generated/dns.8.10.in-addr.arpa.zone
// Duplication autorisée pour les NS Supélec
allow-transfer { supelec-ns; };
};
zone "1.69.10.in-addr.arpa" { type master;
zone "1.69.10.in-addr.arpa" {
type master;
file "/usr/local/dns/generated/dns.1.69.10.in-addr.arpa.zone
// Duplication autorisée pour les NS Supélec
allow-transfer { supelec-ns; };
};
zone "1.7.10.in-addr.arpa" { type master;
zone "1.7.10.in-addr.arpa" {
type master;
file "/usr/local/dns/generated/dns.1.7.10.in-addr.arpa.zone
// Duplication autorisée pour les NS Supélec
allow-transfer { supelec-ns; };
};
zone "2.69.10.in-addr.arpa" { type master;
zone "2.69.10.in-addr.arpa" {
type master;
file "/usr/local/dns/generated/dns.2.69.10.in-addr.arpa.zone
// Duplication autorisée pour les NS Supélec
allow-transfer { supelec-ns; };
...
...
roles/dns/tasks/main.yaml
View file @
b39f5dd3
...
...
@@ -11,7 +11,11 @@
path
:
/var/local/dns
state
:
directory
mode
:
0764
-
name
:
Recursively remove directory Re2oapi
file
:
path
:
/usr/local/dns/re2oapi
state
:
absent
-
name
:
Copy configuration LOCAL
copy
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment