summaryrefslogtreecommitdiff
path: root/ansible/sequoia-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/sequoia-dev.yml')
-rw-r--r--ansible/sequoia-dev.yml62
1 files changed, 0 insertions, 62 deletions
diff --git a/ansible/sequoia-dev.yml b/ansible/sequoia-dev.yml
deleted file mode 100644
index f7ecaf5..0000000
--- a/ansible/sequoia-dev.yml
+++ /dev/null
@@ -1,62 +0,0 @@
-- hosts: sequoia-dev
- remote_user: debian
- become: yes
- roles:
- - role: sane_debian_system
- tags: [sane]
- - role: sshd
- tags: [sshd]
- - role: unix_users
- tags: [users]
- - role: rust-rustup
- tags: [rustup]
- - role: liw
- tags: [liw]
-
- tasks:
- - apt:
- name:
- - build-essential
- - cargo
- - capnproto
- - clang
- - debhelper
- - dh-cargo
- - libclang-dev
- - libsqlite3-dev
- - libssl-dev
- - llvm
- - locales-all
- - moreutils
- - nettle-dev
- - pkg-config
- - rsync
- - rustc
- - screen
- - shellcheck
- - subplot
- - texlive-fonts-recommended
- - texlive-latex-base
- - texlive-latex-recommended
-
- vars:
- ansible_python_interpreter: /usr/bin/python3
-
- sane_debian_system_version: 2
- sane_debian_system_hostname: sequoia-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 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