summaryrefslogtreecommitdiff
path: root/ansible/roadmap-dev.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/roadmap-dev.yml
parent99257314d4fe7ea239d6306b0707e2fa8ad79e63 (diff)
downloadansibleness-2456f2c82528f31835807addd4ac3b6e62252af9.tar.gz
drop old junk
Sponsored-by: author
Diffstat (limited to 'ansible/roadmap-dev.yml')
-rw-r--r--ansible/roadmap-dev.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/ansible/roadmap-dev.yml b/ansible/roadmap-dev.yml
deleted file mode 100644
index ac98d3a..0000000
--- a/ansible/roadmap-dev.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-- hosts: roadmap-dev
- remote_user: debian
- become: yes
- roles:
- - role: sane_debian_system
- tags: [sane]
- - role: sshd
- tags: [sshd]
- - role: comfortable-debian-system
- tags: [comfy]
- - role: unix_users
- tags: [users]
- - role: version-controller
- tags: [vacs]
- - role: liw
- tags: [liw]
- - role: rust-rustup
- tags: [rustup]
- tasks:
- - apt:
- name:
- - debhelper
- - build-essential
- - dh-cargo
- - git
- - moreutils
- - python3
- - python3-requests
- - python3-yaml
- vars:
- ansible_python_interpreter: python3
-
- sane_debian_system_version: 2
- sane_debian_system_hostname: roadmap-dev
- sane_debian_system_codename: bullseye
-
- timezone: Europe/Helsinki
-
- unix_users_version: 2
- unix_users:
- - username: liw
- comment: Lars Wirzenius
- sudo: yes
-
- sshd_version: 1
- sshd_allow_authorized_keys: yes