summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-16 21:32:55 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-16 21:32:55 +0300
commit616e778018796158ebb20e659aa6089418b882fb (patch)
treefb2a8f0f09d0356b4ef5d5824cc46038c198fb9b
parent7952992c2c44cff713e4a2b357f1a97b7995905f (diff)
downloadansibleness-616e778018796158ebb20e659aa6089418b882fb.tar.gz
openpgp-card-dev.yml: add tools to test opgpcard
Sponsored-by: author
-rw-r--r--ansible/openpgp-card-dev.yml9
1 files changed, 9 insertions, 0 deletions
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