83 lines
2.0 KiB
YAML
83 lines
2.0 KiB
YAML
|
zones:
|
||
|
- name: internet
|
||
|
settings:
|
||
|
configuration:
|
||
|
network: 192.168.1.0/24
|
||
|
host_start: 192.168.1.10
|
||
|
host_stop: 192.168.1.100
|
||
|
dns: [192.168.1.2]
|
||
|
gateway: 192.168.1.254
|
||
|
|
||
|
clusters:
|
||
|
- name: cluster.cadoles.com
|
||
|
zone: internet
|
||
|
settings:
|
||
|
configuration:
|
||
|
network:
|
||
|
virtual_ip: 192.168.1.1
|
||
|
nodes:
|
||
|
- name: node1.cadoles.com
|
||
|
zones: [internet]
|
||
|
|
||
|
servermodels:
|
||
|
- name: unbound
|
||
|
applicationservices: [unbound]
|
||
|
settings:
|
||
|
configuration:
|
||
|
serveur_dns:
|
||
|
unbound_local_zones: cadoles.com
|
||
|
unbound_allowed_client_cidr: 192.168.1.0/24
|
||
|
reseau:
|
||
|
unbound_route_address: 192.168.1.254
|
||
|
unbound:
|
||
|
unbound_zone_cadoles_com:
|
||
|
hostname_cadoles_com:
|
||
|
hostname_cadoles_com:
|
||
|
- toto
|
||
|
- titi
|
||
|
ip_cadoles_com:
|
||
|
- index: 0
|
||
|
value: 192.168.1.25
|
||
|
type_cadoles_com:
|
||
|
- index: 1
|
||
|
value: CNAME
|
||
|
cname_cadoles_com:
|
||
|
- index: 1
|
||
|
value: toto.cadoles.com
|
||
|
- name: aca
|
||
|
applicationservices: [openssh-server]
|
||
|
settings:
|
||
|
configuration:
|
||
|
serveur_ssh:
|
||
|
ssh_allow_networks: admin.cadoles.com
|
||
|
children:
|
||
|
- name: etb1
|
||
|
children:
|
||
|
- name: unbound_etab1
|
||
|
other_parents: [unbound]
|
||
|
settings:
|
||
|
configuration:
|
||
|
reseau:
|
||
|
unbound_domain_name: dns.cadoles.com
|
||
|
|
||
|
organizations:
|
||
|
- name: cadoles.com
|
||
|
sites:
|
||
|
- name: etab1
|
||
|
zones: [internet]
|
||
|
servers:
|
||
|
- name: dns.cadoles.com
|
||
|
cluster: cluster.cadoles.com
|
||
|
zones: [internet]
|
||
|
servermodel: unbound_etab1
|
||
|
settings:
|
||
|
configuration:
|
||
|
reseau:
|
||
|
unbound_ip_address_cidr: 192.168.1.2/24
|
||
|
opennebula:
|
||
|
cpu: 0.2
|
||
|
vcpu: 2
|
||
|
memory: 2
|
||
|
- name: etab2
|
||
|
zones: [internet]
|