summaryrefslogtreecommitdiff
path: root/ansible/python-mess.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/python-mess.yml')
-rw-r--r--ansible/python-mess.yml41
1 files changed, 0 insertions, 41 deletions
diff --git a/ansible/python-mess.yml b/ansible/python-mess.yml
deleted file mode 100644
index 3cbdc91..0000000
--- a/ansible/python-mess.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-- hosts: python-mess
- 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: [vcs]
- - role: emacs
- tags: [emacs]
- - role: liw
- tags: [liw]
- tasks:
- - apt:
- name:
- - build-essential
- - python3-all
- - python3-pip
- vars:
- ansible_python_interpreter: python3
-
- sane_debian_system_version: 2
- sane_debian_system_hostname: python-mess
- 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