summaryrefslogtreecommitdiff
path: root/ansible/go-dev.yml
blob: 98512ef044bcb0493d4bc4862f9c2d46738ea3f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- hosts: go-dev
  remote_user: root
  roles:
    - sane_debian_system
    - comfortable-debian-system
    - unix_users
    - version-controller
  vars:
    hostname: go-dev
    debian_codename: unstable

    timezone: Europe/Helsinki

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