summaryrefslogtreecommitdiff
path: root/ick-workers.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-08 18:21:46 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-08 18:21:46 +0200
commit6a400e5bc9a08c07bc20cf15f3bcd7548612470d (patch)
tree7aa5a6b3c5e1850018f8325bd4d06647521d51d3 /ick-workers.yml
parentb00df19622cbe3ff8f7f82e58d1a934c4308bbf2 (diff)
downloadick2-ansible-6a400e5bc9a08c07bc20cf15f3bcd7548612470d.tar.gz
install my personal key on worker
Sponsored-by: author
Diffstat (limited to 'ick-workers.yml')
-rw-r--r--ick-workers.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ick-workers.yml b/ick-workers.yml
index 65071da..a34a4e3 100644
--- a/ick-workers.yml
+++ b/ick-workers.yml
@@ -18,5 +18,12 @@
sane_debian_system_hostname: "{{ inventory_hostname }}"
unix_users_version: 2
+ unix_users:
+ - username: debian
+ authorized_keys: |
+ {{ liw_ssh_key_pub }}
+ - username: _ickwm
+ authorized_keys: |
+ {{ liw_ssh_key_pub }}
verify_tls: no