summaryrefslogtreecommitdiff
path: root/ansible/billion.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-01-07 17:51:27 +0200
committerLars Wirzenius <liw@liw.fi>2023-01-07 17:51:27 +0200
commit2456f2c82528f31835807addd4ac3b6e62252af9 (patch)
treeeeb400bf3bcda02f4a426052b184c855dc926043 /ansible/billion.yml
parent99257314d4fe7ea239d6306b0707e2fa8ad79e63 (diff)
downloadansibleness-2456f2c82528f31835807addd4ac3b6e62252af9.tar.gz
drop old junk
Sponsored-by: author
Diffstat (limited to 'ansible/billion.yml')
-rw-r--r--ansible/billion.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/ansible/billion.yml b/ansible/billion.yml
deleted file mode 100644
index 841ad45..0000000
--- a/ansible/billion.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-- hosts: billion
- remote_user: debian
- become: yes
- roles:
- - sane_debian_system
- - role: sshd
- tags: [sshd]
- - comfortable-debian-system
- - unix_users
- - self-updating-system
- tasks:
- - apt:
- name:
- - btrfs-progs
- vars:
- sane_debian_system_version: 2
- sane_debian_system_hostname: billion
- sane_debian_system_codename: bullseye
-
- unix_users_version: 2
- unix_users:
- - username: liw
- comment: Lars Wirzenius
- sudo: yes
-
- sshd_version: 1
- sshd_allow_authorized_keys: yes