ports_mirror: replace the vhost_listen string with an Array of IP addresses
[mirror/dsa-puppet.git] / hieradata / nodes / klecker.debian.org.yaml
1 ---
2 classes:
3   - roles::ports_mirror
4   - roles::static_mirror_web
5
6 roles::ports_mirror::listen_addr: ['130.89.148.14', '2001:67c:2564:a119::148:14']
7 roles::ports_mirror::onion_service: true
8
9 roles::static_mirror_web::vhost_listen: '130.89.148.14:80 [2001:67c:2564:a119::148:14]:80'
10 roles::static_mirror_web::vhost_listen_443: '130.89.148.14:443 [2001:67c:2564:a119::148:14]:443'
11 roles::static_mirror_web::onion_service: true
12 roles::static_mirror_web::onion_addr: '130.89.148.14'