summaryrefslogtreecommitdiff
path: root/ansible/subplot-dan.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-09 19:51:11 +0300
committerLars Wirzenius <liw@liw.fi>2023-10-09 19:51:11 +0300
commit7d71f106ca5acc478d9a770a4221ec816f22b6a8 (patch)
treeeb4f2d24a0f7bd4017b52ccb6b848db3e1e9189f /ansible/subplot-dan.yml
parent76af189dd859b5ce52de9944a8820b0767aaeb28 (diff)
downloadansibleness-7d71f106ca5acc478d9a770a4221ec816f22b6a8.tar.gz
subplot-dan: drop
Sponsored-by: author
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 }}