summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-08-11 21:52:39 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-08-11 21:52:39 +0300
commit107f37ae0523d1a745d19e13223bc6054d3a042e (patch)
treeaf7168aced7cb430d434301a85c92db638dc7784
parent30df58f5b53740cf53763112fa68cdabf236a671 (diff)
downloadansibleness-107f37ae0523d1a745d19e13223bc6054d3a042e.tar.gz
oomph: install subplot
-rw-r--r--ansible/oomph.yml16
1 files changed, 16 insertions, 0 deletions
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 }}"