summaryrefslogtreecommitdiff
path: root/ansible/openpgp-ca-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-01-07 17:51:27 +0200
committerLars Wirzenius <liw@liw.fi>2023-01-07 17:51:27 +0200
commit2456f2c82528f31835807addd4ac3b6e62252af9 (patch)
treeeeb400bf3bcda02f4a426052b184c855dc926043 /ansible/openpgp-ca-dev.yml
parent99257314d4fe7ea239d6306b0707e2fa8ad79e63 (diff)
downloadansibleness-2456f2c82528f31835807addd4ac3b6e62252af9.tar.gz
drop old junk
Sponsored-by: author
Diffstat (limited to 'ansible/openpgp-ca-dev.yml')
-rw-r--r--ansible/openpgp-ca-dev.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/ansible/openpgp-ca-dev.yml b/ansible/openpgp-ca-dev.yml
deleted file mode 100644
index 52afa6c..0000000
--- a/ansible/openpgp-ca-dev.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-- hosts: openpgp-ca-dev
- remote_user: debian
- become: yes
- roles:
- - role: sane_debian_system
- tags: [sane]
- - role: sshd
- tags: [sshd]
- - role: version-controller
- tags: [vcs]
- - role: unix_users
- tags: [users]
- - role: rust-rustup
- tags: [rustup]
- - role: liw
- tags: [liw]
-
- tasks:
- - apt:
- name:
- - build-essential
- - capnproto
- - clang
- - debhelper
- - dh-cargo
- - libclang-dev
- - libsqlite3-dev
- - libssl-dev
- - llvm
- - locales-all
- - moreutils
- - nettle-dev
- - pkg-config
- vars:
- ansible_python_interpreter: /usr/bin/python3
-
- sane_debian_system_version: 2
- sane_debian_system_hostname: openpgp-ca-dev
- sane_debian_system_codename: bullseye
- sane_debian_system_timezone: Europe/Helsinki
-
- unix_users_version: 2
- unix_users:
- - username: liw
- comment: Lars Wirzenius
-
- sshd_version: 1
- sshd_allow_authorized_keys: yes