summaryrefslogtreecommitdiff
path: root/ansible/qotom.yml
blob: 5fc68755d224183d22c2c37b1ca926db6397160b (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
- hosts: qotom
  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

    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