summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-08-11 12:36:11 +0300
committerLars Wirzenius <liw@liw.fi>2020-08-11 12:36:11 +0300
commit30df58f5b53740cf53763112fa68cdabf236a671 (patch)
tree0bb349768eaec6c17cef47e3c9708f44fd4911d4
parent99c29bd305d98d6980614cbed772077374d7dcd7 (diff)
downloadansibleness-30df58f5b53740cf53763112fa68cdabf236a671.tar.gz
add host sequoia
-rw-r--r--ansible/hosts1
-rw-r--r--ansible/sequoia.yml29
2 files changed, 30 insertions, 0 deletions
diff --git a/ansible/hosts b/ansible/hosts
index 041d1d1..f6a8938 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -22,6 +22,7 @@ atuin ansible_ssh_host=atuin.liw.fi
nalanda ansible_ssh_host=nalanda.liw.fi
gregvm ansible_ssh_host=78.46.87.152
+sequoia
[ick-workers]
ick3-unstable hostname=ick3-unstable debian_codename=unstable pbuilder_othermirror_distro=unstable
diff --git a/ansible/sequoia.yml b/ansible/sequoia.yml
new file mode 100644
index 0000000..f6b2680
--- /dev/null
+++ b/ansible/sequoia.yml
@@ -0,0 +1,29 @@
+- hosts: sequoia
+ remote_user: root
+ roles:
+ - sane_debian_system
+ - comfortable-debian-system
+ - unix_users
+ - self-updating-system
+ - emacs
+ tasks:
+ - apt:
+ name:
+ - curl
+ - build-essential
+ - clang
+ - pkg-config
+ - nettle-dev
+ - libssl-dev
+ - capnproto
+ - libsqlite3-dev
+ vars:
+ hostname: sequoia
+ debian_codename: buster
+
+ unix_users:
+ - username: liw
+ comment: Lars Wirzenius
+ sudo: yes
+ authorized_keys: |
+ {{ liw_ssh_pub }}