summaryrefslogtreecommitdiff
path: root/ansible/subplot-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-24 12:00:53 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-24 12:00:53 +0300
commited644afd41ebfbf40ec0b570402d652cc367de39 (patch)
tree84c8af044561319a3f4d584b2bbe047d0eff4c83 /ansible/subplot-dev.yml
parent0520bc46b4a03f7622fc05214568fd41d0aaab68 (diff)
downloadansibleness-ed644afd41ebfbf40ec0b570402d652cc367de39.tar.gz
subplot-dev: drop unnecessary stuff
Sponsored-by: author
Diffstat (limited to 'ansible/subplot-dev.yml')
-rw-r--r--ansible/subplot-dev.yml19
1 files changed, 1 insertions, 18 deletions
diff --git a/ansible/subplot-dev.yml b/ansible/subplot-dev.yml
index 71741e7..e33e953 100644
--- a/ansible/subplot-dev.yml
+++ b/ansible/subplot-dev.yml
@@ -3,17 +3,11 @@
become: yes
roles:
- role: sane_debian_system
- tags: [sane]
- role: sshd
- tags: [sshd]
- role: comfortable-debian-system
- tags: [comfy]
- role: unix_users
- tags: [users]
- role: rust-rustup
- tags: [rustup]
- role: liw
- tags: [liw]
tasks:
- apt:
name:
@@ -23,34 +17,23 @@
- dh-cargo
- graphviz
- librsvg2-bin
- - lmodern
- - pandoc
- - pandoc-citeproc
- plantuml
- python3
- python3-requests
- - 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
+ sane_debian_system_hostname: "{{ inventory_hostname }}"
sane_debian_system_codename: bullseye
sane_debian_system_timezone: Europe/Helsinki
sane_debian_system_sources_lists:
- repo: |
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 }}"
-
unix_users_version: 2
unix_users:
- username: liw
comment: Lars Wirzenius
sshd_version: 1
- sshd_allow_authorized_keys: yes