From 616e778018796158ebb20e659aa6089418b882fb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 16 Sep 2022 21:32:55 +0300 Subject: openpgp-card-dev.yml: add tools to test opgpcard Sponsored-by: author --- ansible/openpgp-card-dev.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ansible/openpgp-card-dev.yml b/ansible/openpgp-card-dev.yml index b32433b..4448fca 100644 --- a/ansible/openpgp-card-dev.yml +++ b/ansible/openpgp-card-dev.yml @@ -21,11 +21,14 @@ - build-essential - debhelper - dh-cargo + - docker.io - libclang-dev - libpcsclite-dev - lintian + - moreutils - nettle-dev - pkg-config + - subplot vars: ansible_python_interpreter: /usr/bin/python3 @@ -34,10 +37,16 @@ sane_debian_system_codename: bullseye sane_debian_system_timezone: Europe/Helsinki + sane_debian_system_sources_lists: + - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main + signing_key: "{{ ci_prod_signing_key }}" + unix_users_version: 2 unix_users: - username: liw comment: Lars Wirzenius + groups: + - docker sshd_version: 1 sshd_allow_authorized_keys: yes -- cgit v1.2.1