summaryrefslogtreecommitdiff
path: root/ansible/billion.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-22 10:11:32 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-22 10:11:32 +0300
commit97581e97b75d2435595f062d1c1296234e1d49f8 (patch)
tree319430fe1c112378956dab889ea890aeb27751df /ansible/billion.yml
parent17f8a4014f2fdabfd4b11890155095f807218e81 (diff)
downloadansibleness-97581e97b75d2435595f062d1c1296234e1d49f8.tar.gz
add billion.yml
I thought I'd added it already.
Diffstat (limited to 'ansible/billion.yml')
-rw-r--r--ansible/billion.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/ansible/billion.yml b/ansible/billion.yml
new file mode 100644
index 0000000..f902c9c
--- /dev/null
+++ b/ansible/billion.yml
@@ -0,0 +1,21 @@
+- hosts: billion
+ remote_user: root
+ roles:
+ - sane_debian_system
+ - comfortable-debian-system
+ - unix_users
+ - self-updating-system
+ tasks:
+ - apt:
+ name:
+ - btrfs-progs
+ vars:
+ hostname: billion
+ debian_codename: buster
+
+ unix_users:
+ - username: liw
+ comment: Lars Wirzenius
+ sudo: yes
+ authorized_keys: |
+ {{ liw_ssh_pub }}