aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/h1.pdp7.net.pp
blob: 3be76531898de495fc872a018d9ee7f319f3fc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
node 'h1.pdp7.net' {
  class {'proxmox::freeipa':}
  class {'dns_dhcp':}

  # TODO: ugly; tinc scripts require this :(
  package {'net-tools':}

  class {'proxmox::proxy':
    mail => lookup('mail.root_mail'),
    base_hostname => lookup('network.public_hostname'),
  }

  proxmox::proxy_host {'ipsilon-test.pdp7.net':
    target => 'https://ipsilon-test.h1.int.pdp7.net/',
    overwrite_rh_certs => 'ipsilon-test.h1.int.pdp7.net',
  }
}