summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-10 19:30:29 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-10 19:30:29 +0300
commitb123157dd5c08529515edb170d29e8be9accd8e1 (patch)
tree357265063f3a161e9d6ea94e64427bf15a74ca6d
parente23b3db7fccb2a512e77bad258b85cf7abf68996 (diff)
downloadick2-ansible-b123157dd5c08529515edb170d29e8be9accd8e1.tar.gz
Add: group vars for workers (to avoid repetition)
-rw-r--r--group_vars/workers.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/group_vars/workers.yml b/group_vars/workers.yml
new file mode 100644
index 0000000..c5046dc
--- /dev/null
+++ b/group_vars/workers.yml
@@ -0,0 +1,2 @@
+wm_ssh_key: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key') }}"
+wm_ssh_key_pub: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key_pub') }}"