Add some SSH keys to tc-mac workers

This commit is contained in:
Simon Sapin 2019-05-16 18:38:38 +02:00
parent ce93e017c6
commit ed4c1ff3d6
3 changed files with 23 additions and 0 deletions

View file

@ -6,6 +6,14 @@
GMT:
timezone.system
sshkeys:
ssh_auth.present:
- user: root
- names:
{% for key in pillar["ssh_keys"] %}
- {{ key | yaml_encode }}
{% endfor %}
{{ bin }}/generic-worker:
file.managed:
- name: