summaryrefslogtreecommitdiff
path: root/ansible/jt-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-01-07 17:51:27 +0200
committerLars Wirzenius <liw@liw.fi>2023-01-07 17:51:27 +0200
commit2456f2c82528f31835807addd4ac3b6e62252af9 (patch)
treeeeb400bf3bcda02f4a426052b184c855dc926043 /ansible/jt-dev.yml
parent99257314d4fe7ea239d6306b0707e2fa8ad79e63 (diff)
downloadansibleness-2456f2c82528f31835807addd4ac3b6e62252af9.tar.gz
drop old junk
Sponsored-by: author
Diffstat (limited to 'ansible/jt-dev.yml')
-rw-r--r--ansible/jt-dev.yml50
1 files changed, 0 insertions, 50 deletions
diff --git a/ansible/jt-dev.yml b/ansible/jt-dev.yml
deleted file mode 100644
index ccb405b..0000000
--- a/ansible/jt-dev.yml
+++ /dev/null
@@ -1,50 +0,0 @@
-- hosts: jt-dev
- remote_user: debian
- 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: version-controller
- tags: [vacs]
- - role: liw
- tags: [liw]
- - role: rust-rustup
- tags: [rustup]
- tasks:
- - apt:
- name:
- - black
- - build-essential
- - jq
- - moreutils
- - python3
- - subplot
- - texlive-fonts-recommended
- - texlive-latex-base
- - texlive-latex-recommended
- vars:
- ansible_python_interpreter: python3
-
- sane_debian_system_version: 2
- sane_debian_system_hostname: jt-dev
- sane_debian_system_codename: bullseye
-
- timezone: Europe/Helsinki
-
- unix_users_version: 2
- unix_users:
- - username: liw
- comment: Lars Wirzenius
-
- sane_debian_system_sources_lists:
- - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
- signing_key: "{{ ci_prod_signing_key }}"
-
- sshd_version: 1
- sshd_allow_authorized_keys: yes