summaryrefslogtreecommitdiff
path: root/ansible/subplot-dan.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-11 11:46:15 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-11 11:46:15 +0300
commit684b821ebf337a0cba92f74233181d9da4a6f135 (patch)
tree2be2018d9e8425012a3598691bc1aeb10bf1469f /ansible/subplot-dan.yml
parentf2a90f1e71232e08c2b86df8cb69116d5e1c9144 (diff)
downloadansibleness-684b821ebf337a0cba92f74233181d9da4a6f135.tar.gz
port to current debian-ansible
Diffstat (limited to 'ansible/subplot-dan.yml')
-rw-r--r--ansible/subplot-dan.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/ansible/subplot-dan.yml b/ansible/subplot-dan.yml
new file mode 100644
index 0000000..0f6493f
--- /dev/null
+++ b/ansible/subplot-dan.yml
@@ -0,0 +1,38 @@
+- 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_ssh_pub }}
+ - username: dan
+ comment: Dan
+ sudo: yes
+ authorized_keys: |
+ {{ dan_ssh_pub }}
+ - username: dsilvers
+ comment: Daniel
+ sudo: yes
+ authorized_keys: |
+ {{ dsilvers_ssh_pub }}