From 107f37ae0523d1a745d19e13223bc6054d3a042e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 11 Aug 2020 21:52:39 +0300 Subject: oomph: install subplot --- ansible/oomph.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ansible/oomph.yml b/ansible/oomph.yml index 4903d64..8c5007f 100644 --- a/ansible/oomph.yml +++ b/ansible/oomph.yml @@ -11,6 +11,7 @@ - apt: name: - ansible + - subplot - user: name: liw groups: [libvirt] @@ -27,3 +28,18 @@ sudo: yes authorized_keys: | {{ liw_ssh_pub }} + + + sources_lists: + - repo: | + deb http://deb.debian.org/debian buster contrib non-free + + - repo: | + deb http://code.liw.fi/debian unstable main + signing_key: "{{ code_liw_fi_signing_key }}" + + - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main + signing_key: "{{ ci_prod_signing_key }}" + + - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable main + signing_key: "{{ ci_prod_signing_key }}" -- cgit v1.2.1