summaryrefslogtreecommitdiff
path: root/ansible/unpack-dsc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/unpack-dsc.yml')
-rw-r--r--ansible/unpack-dsc.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/ansible/unpack-dsc.yml b/ansible/unpack-dsc.yml
new file mode 100644
index 0000000..55d0dcd
--- /dev/null
+++ b/ansible/unpack-dsc.yml
@@ -0,0 +1,32 @@
+- hosts: unpack-dsc
+ remote_user: debian
+ become: yes
+ roles:
+ - role: sane_debian_system
+ - role: sshd
+ - role: unix_users
+ - role: liw
+ tasks:
+ - apt:
+ name:
+ - dpkg-dev
+ - git
+ - moreutils
+ - psmisc
+ - pv
+ - rsync
+ - screen
+ - strace
+ vars:
+ ansible_python_interpreter: /usr/bin/python3
+
+ sane_debian_system_version: 2
+ sane_debian_system_hostname: "{{ inventory_hostname }}"
+ sane_debian_system_codename: bookworm
+ sane_debian_system_mirror: deb.debian.org
+
+ unix_users_version: 2
+ unix_users:
+ - username: liw
+
+ sshd_version: 1