This just keeps everything ssh all together in one file.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
- include: pip.yml
tags:
- pip
-
-# add SSH pubkeys to authorized_keys
-- include: ssh_pubkeys.yml
- tags:
- - ssh
- - pubkeys
owner: root
group: root
mode: 0755
+
+- name: Add ssh pubkeys
+ authorized_key:
+ user="{{ teuthology_user }}"
+ key=https://raw.githubusercontent.com/ceph/keys/autogenerated/ssh/@all.pub
+ tags:
+ - pubkeys
+++ /dev/null
----
-- name: Add ssh pubkeys
- authorized_key:
- user="{{ teuthology_user }}"
- key=https://raw.githubusercontent.com/ceph/keys/autogenerated/ssh/@all.pub