summaryrefslogtreecommitdiff
path: root/ansible/ambient-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-08 07:27:19 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-08 07:27:19 +0300
commit462332cf676c0b34ef89984b0b591694f5582609 (patch)
treefe2952be8380f4c4426d82f070a3af7d99f977b6 /ansible/ambient-dev.yml
parenteb96f6e763ee2b14660fa1130844dd8bbf33fe27 (diff)
downloadansibleness-462332cf676c0b34ef89984b0b591694f5582609.tar.gz
ambient-dev: drop unnecessary packages, add stuff for building debs
Sponsored-by: author
Diffstat (limited to 'ansible/ambient-dev.yml')
-rw-r--r--ansible/ambient-dev.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/ansible/ambient-dev.yml b/ansible/ambient-dev.yml
index ef56a64..a094717 100644
--- a/ansible/ambient-dev.yml
+++ b/ansible/ambient-dev.yml
@@ -7,17 +7,15 @@
- role: comfortable-debian-system
- role: unix_users
- role: liw
+ - role: rust-rustup
tasks:
- apt:
name:
- - dosfstools
- - expect
- - genisoimage
+ - build-essential
+ - debhelper
+ - dh-cargo
- qemu-system-x86
- qemu-utils
- - vmdb2
- - xz-utils
- - zerofree
vars:
ansible_python_interpreter: python3
@@ -38,4 +36,6 @@
signing_key: "{{ ci_prod_signing_key }}"
sshd_version: 1
- sshd_allow_authorized_keys: yes
+ sshd_host_key: "{{ lookup('pipe', 'sshca host private-key {{ sane_debian_system_hostname }}') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 {{ sane_debian_system_hostname }}') }}"
+ sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"