From dd8cea54d7279786448df2f49b4c82387bb68029 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 29 Dec 2021 20:24:24 +0200 Subject: obnam-bench: add Sponsored-by: author --- ansible/obnam-bench.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ansible/obnam-bench.yml (limited to 'ansible/obnam-bench.yml') diff --git a/ansible/obnam-bench.yml b/ansible/obnam-bench.yml new file mode 100644 index 0000000..81a9793 --- /dev/null +++ b/ansible/obnam-bench.yml @@ -0,0 +1,44 @@ +- hosts: obnam-bench + remote_user: debian + become: yes + roles: + - role: sane_debian_system + tags: [sane] + - role: unix_users + tags: [users] + - role: rust-rustup + tags: [rustup] + - role: liw + tags: [liw] + tasks: + - apt: + name: + - build-essential + - daemonize + - git + - locales-all + - obnam + - rsync + vars: + ansible_python_interpreter: /usr/bin/python3 + + sane_debian_system_version: 2 + sane_debian_system_hostname: obnam-bench + sane_debian_system_codename: bullseye + sane_debian_system_timezone: Europe/Helsinki + sane_debian_system_sources_lists: + - repo: | + deb http://security.debian.org/debian-security buster/updates main + + - 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 + authorized_keys: | + {{ liw_personal_ssh_pub }} + - username: debian + authorized_keys: | + {{ liw_personal_ssh_pub }} -- cgit v1.2.1