summaryrefslogtreecommitdiff
path: root/group_vars/workers.yml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/workers.yml')
-rw-r--r--group_vars/workers.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/group_vars/workers.yml b/group_vars/workers.yml
index c5046dc..6501d88 100644
--- a/group_vars/workers.yml
+++ b/group_vars/workers.yml
@@ -1,2 +1,5 @@
-wm_ssh_key: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key') }}"
-wm_ssh_key_pub: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key_pub') }}"
+unix_users:
+ - username: _ickwm
+ sudo: yes
+ ssh_key: "{{ wm_ssh_key }}"
+ ssh_key_pub: "{{ wm_ssh_key_pub }}"