cucchiaiata/provisioning.yaml

82 lines
2.1 KiB
YAML
Raw Normal View History

2021-04-02 09:16:53 +02:00
zones:
- name: internet
settings:
configuration:
2021-05-18 19:04:24 +02:00
network: 192.168.0.0/24
2021-04-24 10:21:31 +02:00
host:
2021-05-18 19:04:24 +02:00
start: 192.168.0.150
stop: 192.168.0.200
dns: [192.168.0.1]
vlan_id: 0
gateway: 192.168.0.1
2021-04-02 09:16:53 +02:00
clusters:
2021-04-24 10:21:31 +02:00
- name: hapy.ac-test.fr
2021-04-02 09:16:53 +02:00
zone: internet
2021-04-24 10:21:31 +02:00
zones: [internet]
2021-04-02 09:16:53 +02:00
settings:
configuration:
2021-04-24 10:21:31 +02:00
virtual_ip: 192.168.1.1
opennebula:
one_user: eoleone
one_password: eole
2021-04-02 09:16:53 +02:00
nodes:
- name: node1.cadoles.com
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
- name: aca
applicationservices: [openssh-server]
settings:
configuration:
2021-05-18 19:04:24 +02:00
ssh_server:
ssh_allow_cidr: 192.168.0.0/24
2021-04-02 09:16:53 +02:00
children:
- name: etb1
children:
- name: unbound_etab1
other_parents: [unbound]
settings:
configuration:
2021-05-18 19:04:24 +02:00
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
2021-04-02 09:16:53 +02:00
organizations:
- name: cadoles.com
sites:
- name: etab1
zones: [internet]
servers:
- name: dns.cadoles.com
2021-04-26 17:57:31 +02:00
cluster: hapy.ac-test.fr
2021-04-02 09:16:53 +02:00
zones: [internet]
servermodel: unbound_etab1
settings:
opennebula:
cpu: 0.2
vcpu: 2
2021-05-11 08:20:03 +02:00
memory: 2048
2021-04-02 09:16:53 +02:00
- name: etab2
zones: [internet]