summaryrefslogtreecommitdiff
path: root/ansible/subplot-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-14 13:06:15 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-14 13:06:15 +0300
commit5b14dbb4be4f1a38bf535014e0834667425bb407 (patch)
tree13d16330528836beadad60dc34f6bc34e93e007f /ansible/subplot-dev.yml
parent2618608ae8161c1934de2f66d0a993b39647e0fe (diff)
downloadansibleness-5b14dbb4be4f1a38bf535014e0834667425bb407.tar.gz
update subplot-dev playbook
Sponsored-by: author
Diffstat (limited to 'ansible/subplot-dev.yml')
-rw-r--r--ansible/subplot-dev.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/ansible/subplot-dev.yml b/ansible/subplot-dev.yml
index e0bd614..4076730 100644
--- a/ansible/subplot-dev.yml
+++ b/ansible/subplot-dev.yml
@@ -1,4 +1,4 @@
-- hosts: subplot-dev-e5
+- hosts: subplot-dev
remote_user: debian
become: yes
roles:
@@ -30,16 +30,18 @@
- texlive-fonts-recommended
- texlive-latex-base
- texlive-latex-recommended
+ - texlive-plain-generic
vars:
ansible_python_interpreter: /usr/bin/python3
sane_debian_system_version: 2
- sane_debian_system_hostname: subplot-dev-e5
+ sane_debian_system_hostname: subplot-dev
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
+ deb http://security.debian.org/debian-security bullseye-security main contrib non-free
+
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
signing_key: "{{ ci_prod_signing_key }}"
@@ -49,4 +51,4 @@
- username: liw
comment: Lars Wirzenius
authorized_keys: |
- {{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}