summaryrefslogtreecommitdiff
path: root/ick-workers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ick-workers.yml')
-rw-r--r--ick-workers.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/ick-workers.yml b/ick-workers.yml
index a34a4e3..c5d69c5 100644
--- a/ick-workers.yml
+++ b/ick-workers.yml
@@ -13,6 +13,8 @@
state: restarted
name: ick-worker
vars:
+ ansible_python_interpreter: /usr/bin/python3
+
sane_debian_system_version: 2
sane_debian_system_codename: buster
sane_debian_system_hostname: "{{ inventory_hostname }}"
@@ -20,10 +22,14 @@
unix_users_version: 2
unix_users:
- username: debian
+ sudo: yes
authorized_keys: |
- {{ liw_ssh_key_pub }}
+ {{ liw_personal_ssh_key_pub }}
- username: _ickwm
+ sudo: yes
+ ssh_key: "{{ wm_ssh_key }}"
+ ssh_key_pub: "{{ wm_ssh_key_pub }}"
authorized_keys: |
- {{ liw_ssh_key_pub }}
+ {{ liw_personal_ssh_key_pub }}
verify_tls: no