summaryrefslogtreecommitdiff
path: root/ansible/x220.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-29 19:52:14 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-29 19:52:14 +0200
commit3b76604567bcddb4a6407606282bc723cbfe3d4e (patch)
tree62f4169da3048ddee33f69ff664dcbe7c75a34a5 /ansible/x220.yml
parent39861af1bbbb9938ddbd6fa6b8ac55d6183f933f (diff)
downloadansibleness-3b76604567bcddb4a6407606282bc723cbfe3d4e.tar.gz
Add: x220.yml
Diffstat (limited to 'ansible/x220.yml')
-rw-r--r--ansible/x220.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/ansible/x220.yml b/ansible/x220.yml
new file mode 100644
index 0000000..a847fe3
--- /dev/null
+++ b/ansible/x220.yml
@@ -0,0 +1,26 @@
+- hosts: x220
+ remote_user: liw
+ become: yes
+ roles:
+ - sane_debian_system
+ - comfortable-debian-system
+ - unix_users
+ - gnupg-workstation
+ - gnome-system
+ - intel-wifi
+ vars:
+ hostname: x220
+ 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