summaryrefslogtreecommitdiff
path: root/ansible/rust-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-05 11:26:33 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-05 11:26:33 +0300
commit3d17642a21a01e98b71d8218c7449ec1dc6714cd (patch)
tree6103a81f8b4dfd2082d3db24e30dfb9febffa02b /ansible/rust-dev.yml
parent22a19a24c7eee67a32cbb8f45f674154d0c09953 (diff)
downloadansibleness-3d17642a21a01e98b71d8218c7449ec1dc6714cd.tar.gz
Drop: obsolete playbooks and stuff
Diffstat (limited to 'ansible/rust-dev.yml')
-rw-r--r--ansible/rust-dev.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/ansible/rust-dev.yml b/ansible/rust-dev.yml
deleted file mode 100644
index abf5305..0000000
--- a/ansible/rust-dev.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-- hosts: rust-dev
- remote_user: root
- roles:
- - sane_debian_system
- - comfortable-debian-system
- - unix_users
- - version-controller
- vars:
- hostname: rust-dev
- debian_codename: buster
-
- timezone: Europe/Helsinki
-
- unix_users:
- - username: liw
- comment: Lars Wirzenius
- sudo: yes
- authorized_keys: |
- {{ liw_ssh_pub }}