summaryrefslogtreecommitdiff
path: root/host_vars/ick2.yml
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/ick2.yml')
-rw-r--r--host_vars/ick2.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/host_vars/ick2.yml b/host_vars/ick2.yml
deleted file mode 100644
index 468d365..0000000
--- a/host_vars/ick2.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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 }}"