summaryrefslogtreecommitdiff
path: root/ansible/maybe-someday
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-07 10:10:56 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-07 10:10:56 +0200
commit9507fec3ff2407e927aa73cc8d911dbc8da4bc84 (patch)
treeda678312d726292d9539d957363a56f0c77f4767 /ansible/maybe-someday
parent31f3a2b63fef8f9e6e70959de941035f5382ac4b (diff)
downloadansibleness-9507fec3ff2407e927aa73cc8d911dbc8da4bc84.tar.gz
billion: enable on stamina
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible/maybe-someday')
-rw-r--r--ansible/maybe-someday/billion.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/ansible/maybe-someday/billion.yml b/ansible/maybe-someday/billion.yml
deleted file mode 100644
index 841ad45..0000000
--- a/ansible/maybe-someday/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