summaryrefslogtreecommitdiff
path: root/ansible/vibuilder.yml
blob: c9958d74e5c3c9ac4c0e21ffb1e486044a7a50b3 (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
31
- hosts: vibuilder
  remote_user: root
  roles:
    - sane_debian_system
    - comfortable-debian-system
#    - liw-usual
    - unix_users
    - version-controller
    - debian-dev-env
    - python-dev-env
    - vmdb2-dev-env
  vars:
    hostname: vibuilder
    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://code.liw.fi/debian unstable main
        signing_key: "{{ code_liw_fi_signing_key }}"

      - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable main
        signing_key: "{{ ci_prod_signing_key }}"