summaryrefslogtreecommitdiff
path: root/ansible/exolobe1.yml
blob: d0390ebf3068ed49260f1f879a544cf929a2c574 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
- hosts: exolobe1
  remote_user: liw
  become: yes
  roles:
    - role: sane_debian_system
      tags: [sane]
    - comfortable-debian-system
    - liw-usual
    - unix_users
    - version-controller
    - emacs
    - gnupg-workstation
    - gnome-system
    - annexed
    - smarthost-client
    - mail-client
    - backup-client
    - journal-workstation
    - apache_server
    - writing-dev-env
    - debian-dev-env
    - rust-dev-env
    - python-dev-env
    - vmdb2-dev-env
    - subplot-dev-env
    - ick2-dev-env
    - tex-dev-env
    - chaoskey-host
    - vmhost
    - ansible
    - intel-wifi
    - riot-host
  vars:
    hostname: exolobe1
    debian_codename: buster
    ansible_ssh_host: exolobe1

    mailname: exolobe1.liw.fi
    timezone: Europe/Helsinki

    relayhost: pieni.net:587
    smarthost: pieni.net
    smarthost_user: pienirelay
    smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"

    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

      - repo: |
          deb http://code.liw.fi/debian unstable main
        signing_key: "{{ code_liw_fi_signing_key }}"
#        keyring_package: code.liw.fi-keyring

#      - repo: |
#          deb [signed-by=/usr/share/keyrings/riot-im-archive-keyring.gpg] https://packages.riot.im/debian/ buster main
#        signing_key: "{{ riot_im_signing_key }}"

#      - repo: deb http://ci-prep-ick.vm.liw.fi/debian stretch main
#        signing_key: "{{ ci_prep_signing_key }}"

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

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