summaryrefslogtreecommitdiff
path: root/ansible/sshca-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-31 18:39:09 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-31 18:39:09 +0300
commitffb55a3266a7fa20da2782eeaa985650d9613964 (patch)
tree05c684e054c45b27a82369ccef6402d1aa99d257 /ansible/sshca-dev.yml
parentb10928a404a30adc91c6a537a131b4714da5fa70 (diff)
downloadansibleness-ffb55a3266a7fa20da2782eeaa985650d9613964.tar.gz
sshca-dev; exolobe5 new key experiment
Sponsored-by: author
Diffstat (limited to 'ansible/sshca-dev.yml')
-rw-r--r--ansible/sshca-dev.yml51
1 files changed, 51 insertions, 0 deletions
diff --git a/ansible/sshca-dev.yml b/ansible/sshca-dev.yml
new file mode 100644
index 0000000..ee92b83
--- /dev/null
+++ b/ansible/sshca-dev.yml
@@ -0,0 +1,51 @@
+- hosts: sshca-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: version-controller
+ tags: [vacs]
+ - role: liw
+ tags: [liw]
+ - role: rust-rustup
+ tags: [rustup]
+ tasks:
+ - apt:
+ name:
+ - debhelper
+ - build-essential
+ - dh-cargo
+ - git
+ - moreutils
+ - python3
+ - python3-requests
+ - python3-yaml
+ - subplot
+ - texlive-fonts-recommended
+ - texlive-latex-base
+ - texlive-latex-recommended
+ vars:
+ ansible_python_interpreter: python3
+
+ sane_debian_system_version: 2
+ sane_debian_system_hostname: sshca-dev
+ sane_debian_system_codename: bullseye
+
+ timezone: Europe/Helsinki
+
+ unix_users_version: 2
+ unix_users:
+ - username: liw
+ comment: Lars Wirzenius
+ sudo: yes
+ authorized_keys: |
+ {{ liw_ssh_pub }}
+
+ sane_debian_system_sources_lists:
+ - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
+ signing_key: "{{ ci_prod_signing_key }}"