summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-08-05 20:55:19 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-08-05 20:55:19 +0300
commit5db5edd48626aec755065edea3859f187410ca84 (patch)
treec5483c5cb1890096879e4d7010f03ddb2f8f5cdc
parent04f6a094d9dd670930b1a92cfa4d8b62e1ce39ae (diff)
downloadansibleness-5db5edd48626aec755065edea3859f187410ca84.tar.gz
add: oomph
-rw-r--r--ansible/oomph.yml23
1 files changed, 23 insertions, 0 deletions
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 }}