aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/defaults/main.yml
blob: eb582df8ed4b4668ce4ffc3534f8c7613e11f597 (plain) (blame)
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
32
---
hostname: 'space'
locale:
  LANG: 'da_DK.UTF-8'
  LC_COLLATE: 'C'
  LC_MESSAGES: 'C'
timezone: 'Europe/Copenhagen'
packages:
  install:
    - initscripts
    - dosfstools
    - btrfs-progs
    - dnf
    - python2-dnf
    - 'dnf-command(leaves)'
    - ansible
    - vim-enhanced
    - git
    - diffutils
    - htop
    - man-db
    - passwd
    - syslinux
    - systemd-container
boot:
  device: 'LABEL=BOOT'
  options: 'noauto,noatime,iocharset=iso8859-15,utf8,tz=UTC,dmask=0022,fmask=0133,x-systemd.automount,x-systemd.device-timeout=5min,x-systemd.idle-timeout=5min'
root:
  device: 'LABEL=BTRFS'
  options: 'noatime,ssd,compress=lzo'
  
# vim: set ts=2 sw=2 et: