summaryrefslogtreecommitdiff
path: root/ansible/kea.yml
blob: 6ff822569ea37c35e4cf2f8364d773cfa72025f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
- hosts: kea
  remote_user: root
  roles:
    - role: sane_debian_system
    - role: sshd
    - role: ssd
    - role: puomi
      tags:
        - puomi
  vars:
    ansible_python_interpreter: /usr/bin/python3

    sane_debian_system_version: 2
    sane_debian_system_hostname: "{{ inventory_hostname }}"
    sane_debian_system_codename: bookworm
    sane_debian_system_timezone: Europe/Helsinki
    sane_debian_system_sources_lists:
      - repo: |
          deb http://deb.debian.org/debian bookworm contrib non-free

      - repo: |
          deb http://security.debian.org/debian-security bookworm-security main contrib non-free

    sshd_version: 1

    puomi_version: 1
    puomi_lan_ip: 10.1.1.1
    puomi_dhcp_start: 10.1.1.10
    puomi_dhcp_end: 10.1.1.250
    puomi_dhcp_netmask: 255.255.255.0
    puomi_dhcp_lease: 1h