summaryrefslogtreecommitdiff
path: root/ansible/subplot-dan.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/subplot-dan.yml')
-rw-r--r--ansible/subplot-dan.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/ansible/subplot-dan.yml b/ansible/subplot-dan.yml
deleted file mode 100644
index 56a3d9b..0000000
--- a/ansible/subplot-dan.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-- hosts: dev
- remote_user: root
- roles:
- - sane_debian_system
- - comfortable-debian-system
- - unix_users
- - self-updating-system
- tasks:
- - apt:
- name:
- - curl
- - build-essential
- - clang
- - pkg-config
- - nettle-dev
- - libssl-dev
- - capnproto
- - libsqlite3-dev
- vars:
- hostname: subplot-dev
- debian_codename: buster
-
- unix_users:
- - username: liw
- comment: Lars Wirzenius
- sudo: yes
- authorized_keys: |
- {{ liw_personal_ssh_pub }}
- - username: dan
- comment: Dan
- sudo: yes
- authorized_keys: |
- {{ dan_ssh_pub }}
- - username: dsilvers
- comment: Daniel
- sudo: yes
- authorized_keys: |
- {{ dsilvers_ssh_pub }}