From 2456f2c82528f31835807addd4ac3b6e62252af9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 7 Jan 2023 17:51:27 +0200 Subject: drop old junk Sponsored-by: author --- ansible/python-mess.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 ansible/python-mess.yml (limited to 'ansible/python-mess.yml') 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 -- cgit v1.2.1