summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/hosts12
-rw-r--r--ansible/openpgp-card-dev.yml38
-rwxr-xr-xansible/stamina-vms.sh1
3 files changed, 45 insertions, 6 deletions
diff --git a/ansible/hosts b/ansible/hosts
index f91dcd3..57cb82f 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -29,18 +29,18 @@ icktool
jt-dev
obnam-bench
obnam-dev
+openpgp-ca-dev
+openpgp-card-dev
python-mess
+rikiwiki-dev
roadmap-dev
rust-dev
+sequoia-dev
+sequoia-web
sshca-dev
subplot-dev
+v-i-dev
vmadm-dev
vmdb2-dev
-sequoia-dev
-openpgp-ca-dev
-sequoia-web
-rikiwiki-dev
-emacs-config-dev
-v-i-dev
toy
diff --git a/ansible/openpgp-card-dev.yml b/ansible/openpgp-card-dev.yml
new file mode 100644
index 0000000..b82d2b6
--- /dev/null
+++ b/ansible/openpgp-card-dev.yml
@@ -0,0 +1,38 @@
+- hosts: openpgp-card-dev
+ remote_user: debian
+ become: yes
+ roles:
+ - role: sane_debian_system
+ tags: [sane]
+ - role: version-controller
+ tags: [vcs]
+ - role: unix_users
+ tags: [users]
+ - role: rust-rustup
+ tags: [rustup]
+ - role: liw
+ tags: [liw]
+
+ tasks:
+ - apt:
+ name:
+ - build-essential
+ - debhelper
+ - dh-cargo
+ - libclang-dev
+ - nettle-dev
+ - libpcsclite-dev
+ - lintian
+ - pkg-config
+ vars:
+ ansible_python_interpreter: /usr/bin/python3
+
+ sane_debian_system_version: 2
+ sane_debian_system_hostname: "{{ inventory_hostname }}"
+ sane_debian_system_codename: bullseye
+ sane_debian_system_timezone: Europe/Helsinki
+
+ unix_users_version: 2
+ unix_users:
+ - username: liw
+ comment: Lars Wirzenius
diff --git a/ansible/stamina-vms.sh b/ansible/stamina-vms.sh
index 1f64ff5..e66e22d 100755
--- a/ansible/stamina-vms.sh
+++ b/ansible/stamina-vms.sh
@@ -15,6 +15,7 @@ jt-dev.yml
obnam-bench.yml
obnam-dev.yml
openpgp-ca-dev.yml
+openpgp-card-dev.yml
python-mess.yml
rikiwiki-dev.yml
roadmap-dev.yml