summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-07-27 17:29:02 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-07-27 17:29:02 +0300
commita93e2248648efd21b978e41ecdcebaf660fa6c01 (patch)
tree5c246644e9ea171a5cd38b1d3aba199de54bcd61
parent0a313a9466cd0857488aac7226552afbb240d969 (diff)
downloadansibleness-a93e2248648efd21b978e41ecdcebaf660fa6c01.tar.gz
fix: nsswitch
-rw-r--r--ansible/oomph.yml30
1 files changed, 0 insertions, 30 deletions
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