summaryrefslogtreecommitdiff
path: root/ansible/subplot-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-23 21:32:19 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-23 21:32:19 +0300
commit8a9c9c72e96101020bb58110292c6bcdaf5cc8a5 (patch)
treea0651c95ec03c732333321ec02ab38e674d680e2 /ansible/subplot-dev.yml
parentb86d270afc82ffb7f28ed7e78f5a03f005b3ad54 (diff)
downloadansibleness-8a9c9c72e96101020bb58110292c6bcdaf5cc8a5.tar.gz
add subplot-dev
Sponsored-by: author
Diffstat (limited to 'ansible/subplot-dev.yml')
-rw-r--r--ansible/subplot-dev.yml52
1 files changed, 52 insertions, 0 deletions
diff --git a/ansible/subplot-dev.yml b/ansible/subplot-dev.yml
new file mode 100644
index 0000000..68d949f
--- /dev/null
+++ b/ansible/subplot-dev.yml
@@ -0,0 +1,52 @@
+- hosts: subplot-dev
+ remote_user: debian
+ become: yes
+ roles:
+ - role: sane_debian_system
+ tags: [sane]
+ - 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
+ - daemonize
+ - debhelper
+ - dh-cargo
+ - graphviz
+ - librsvg2-bin
+ - lmodern
+ - pandoc
+ - pandoc-citeproc
+ - plantuml
+ - python3
+ - python3-requests
+ - 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: subplot-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 buster/updates main
+
+ - 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
+ authorized_keys: |
+ {{ liw_ssh_pub }}