From a93e2248648efd21b978e41ecdcebaf660fa6c01 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 27 Jul 2020 17:29:02 +0300 Subject: fix: nsswitch --- ansible/oomph.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 ansible/oomph.yml diff --git a/ansible/oomph.yml b/ansible/oomph.yml deleted file mode 100644 index 1e73dc1..0000000 --- a/ansible/oomph.yml +++ /dev/null @@ -1,30 +0,0 @@ -- hosts: vdc-dev - remote_user: root - become: no - roles: - - sane_debian_system - - comfortable-debian-system - - unix_users - - vmhost - tasks: - - apt: - name: - - curl - - wget - - ansible - vars: - hostname: oomph - debian_codename: buster - - timezone: Europe/Helsinki - - unix_users: - - username: liw - comment: Lars Wirzenius - sudo: yes - authorized_keys: | - {{ liw_ssh_pub }} - - sources_lists: - - repo: | - deb http://deb.debian.org/debian buster contrib non-free -- cgit v1.2.1