summaryrefslogtreecommitdiff
path: root/ansible/oomph.yml
blob: 1e73dc1883dd9e8da7302dc13e3972aeb3982701 (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
- hosts: vdc-dev
  remote_user: root
  become: no
  roles:
    - sane_debian_system
    - comfortable-debian-system
    - unix_users
    - vmhost
  tasks:
    - apt:
        name:
          - curl
          - wget
          - ansible
  vars:
    hostname: oomph
    debian_codename: buster

    timezone: Europe/Helsinki

    unix_users:
      - username: liw
        comment: Lars Wirzenius
        sudo: yes
        authorized_keys: |
          {{ liw_ssh_pub }}

    sources_lists:
      - repo: |
          deb http://deb.debian.org/debian buster contrib non-free