summaryrefslogtreecommitdiff
path: root/host_vars/ick2.yml
blob: 468d365138135bc95cd5a2420fdf10e71cf1fccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# FIXME: change the hostname if you prefer
hostname: ick2

debian_codename: stretch
debian_mirror: deb.debian.org
debian_mirror_src: deb.debian.org

sources_lists:
  - repo: "deb http://code.liw.fi/debian stretch main"
    keyring_package: code.liw.fi-keyring
    signing_key: "{{ code_liw_fi_signing_key }}"

wm_ssh_key: "{{  lookup('pipe', 'pass show ick2/wm_ssh_key') }}"
wm_ssh_key_pub: "{{  lookup('pipe', 'pass show ick2/wm_ssh_key_pub') }}"
token_private_key: "{{ lookup('pipe', 'pass show ick2/token_key') }}"
token_public_key: "{{ lookup('pipe', 'pass show ick2/token_key.pub') }}"
tls_certificate: "{{ lookup('pipe', 'pass show ick2/ick.pem') }}"

unix_users:
  - username: _ickwm
    sudo: yes
    ssh_key: "{{ wm_ssh_key }}"
    ssh_key_pub: "{{ wm_ssh_key_pub }}"