summaryrefslogtreecommitdiff
path: root/x220.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-06 19:42:17 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-06 19:42:17 +0200
commit5503ec94aac5f0af66d6627202e442220b26f632 (patch)
tree4c445ff99b640e846d95768112c34eb47a271e93 /x220.yml
parent799077aafcc3e3ae2fd9694ab3b7e75fcd3e9e48 (diff)
downloadv-i-5503ec94aac5f0af66d6627202e442220b26f632.tar.gz
x220: add ssd, comfy, wifi roles
Sponsored-by: author
Diffstat (limited to 'x220.yml')
-rw-r--r--x220.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/x220.yml b/x220.yml
index 8b8f985..0b33376 100644
--- a/x220.yml
+++ b/x220.yml
@@ -3,10 +3,11 @@
- hosts: image
roles:
- sane_debian_system
-# - comfortable-debian-system
+ - ssd
+ - comfortable-debian-system
- unix_users
# - gnome-system
-# - intel-wifi
+ - intel-wifi
pre_tasks:
@@ -26,7 +27,7 @@
- name: "set root authorized keys"
copy:
content: |
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPQe6lsTapAxiwhhEeE/ixuK+5N8esCsMWoekQqjtxjP liw personal systems
+ {{ liw_personal_ssh_pub }}
dest: /root/.ssh/authorized_keys
owner: root
group: root
@@ -82,4 +83,7 @@
comment: Lars Wirzenius
sudo: yes
authorized_keys: |
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPQe6lsTapAxiwhhEeE/ixuK+5N8esCsMWoekQqjtxjP liw personal systems
+ {{ liw_personal_ssh_pub }}
+
+ liw_personal_ssh_pub: |
+ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPQe6lsTapAxiwhhEeE/ixuK+5N8esCsMWoekQqjtxjP liw personal systems