summaryrefslogtreecommitdiff
path: root/ansible/riki-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/riki-dev.yml')
-rw-r--r--ansible/riki-dev.yml51
1 files changed, 51 insertions, 0 deletions
diff --git a/ansible/riki-dev.yml b/ansible/riki-dev.yml
new file mode 100644
index 0000000..67b9b9b
--- /dev/null
+++ b/ansible/riki-dev.yml
@@ -0,0 +1,51 @@
+- hosts: riki-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: rust-rustup
+ tags: [rustup]
+ - role: liw
+ tags: [liw]
+ tasks:
+ - apt:
+ name:
+ - build-essential
+ - debhelper
+ - pandoc
+ - sysctl:
+ name: kernel.perf_event_paranoid
+ value: "0"
+ state: present
+ sysctl_set: yes
+ vars:
+ ansible_python_interpreter: /usr/bin/python3
+
+ sane_debian_system_version: 2
+ sane_debian_system_hostname: "{{ inventory_hostname }}"
+ sane_debian_system_codename: bookworm
+ 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://apt.liw.fi/debian unstable-ci main
+ signing_key: "{{ apt_liw_fi_signing_key }}"
+
+ unix_users_version: 2
+ unix_users:
+ - username: liw
+ comment: Lars Wirzenius
+
+ rustup_cargo_install: |
+ flamegraph
+
+ sshd_version: 1
+ sshd_allow_authorized_keys: yes