summaryrefslogtreecommitdiff
path: root/ansible/jt-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-25 18:55:45 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-25 18:55:45 +0300
commit464076d6b87ccfeb51744b19b0633acc0bc0583c (patch)
treee946545eb1ebeda9c96f2d6dc67990c52d29462b /ansible/jt-dev.yml
parenta9309755a4886db449846e6b3d69026e0aafc1f8 (diff)
downloadansibleness-464076d6b87ccfeb51744b19b0633acc0bc0583c.tar.gz
jt-dev: add
Sponsored-by: author
Diffstat (limited to 'ansible/jt-dev.yml')
-rw-r--r--ansible/jt-dev.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/ansible/jt-dev.yml b/ansible/jt-dev.yml
new file mode 100644
index 0000000..de9b0d7
--- /dev/null
+++ b/ansible/jt-dev.yml
@@ -0,0 +1,36 @@
+- hosts: jt-dev
+ remote_user: root
+ roles:
+ - role: sane_debian_system
+ tags: [sane]
+ - 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:
+ - build-essential
+ 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 }}"