From 5db5edd48626aec755065edea3859f187410ca84 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 5 Aug 2020 20:55:19 +0300 Subject: add: oomph --- ansible/oomph.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ansible/oomph.yml diff --git a/ansible/oomph.yml b/ansible/oomph.yml new file mode 100644 index 0000000..1974fd5 --- /dev/null +++ b/ansible/oomph.yml @@ -0,0 +1,23 @@ +- hosts: oomph + remote_user: root + roles: + - sane_debian_system + - comfortable-debian-system + - unix_users + - self-updating-system + - emacs + - vmhost + tasks: + - apt: + name: + - ansible + vars: + hostname: oomph + debian_codename: buster + + unix_users: + - username: liw + comment: Lars Wirzenius + sudo: yes + authorized_keys: | + {{ liw_ssh_pub }} -- cgit v1.2.1