summaryrefslogtreecommitdiff
path: root/ansible/oomph.yml
blob: 1974fd5e975d33112bee9d47a73adeba300aca0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- hosts: oomph
  remote_user: root
  roles:
    - sane_debian_system
    - comfortable-debian-system
    - unix_users
    - self-updating-system
    - emacs
    - vmhost
  tasks:
    - apt:
        name:
          - ansible
  vars:
    hostname: oomph
    debian_codename: buster

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