deploy ssh keys to os cluster hosts

This commit is contained in:
Kevin Fenzi 2017-05-11 15:10:41 +00:00
parent 7176b47209
commit 77e117a8bf

View file

@ -23,6 +23,11 @@
- sudo
tasks:
- name: Deploy controller public ssh keys to osbs cluster hosts
authorized_key:
user: root
key: "{{ lookup('file', '{{private}}/files/osbs/{{env}}/control_key.pub') }}"
- include: "{{ tasks_path }}/yumrepos.yml"
- include: "{{ tasks_path }}/2fa_client.yml"
- include: "{{ tasks_path }}/motd.yml"