deploy ssh keys to os cluster hosts
This commit is contained in:
parent
7176b47209
commit
77e117a8bf
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
||||||
- sudo
|
- sudo
|
||||||
|
|
||||||
tasks:
|
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 }}/yumrepos.yml"
|
||||||
- include: "{{ tasks_path }}/2fa_client.yml"
|
- include: "{{ tasks_path }}/2fa_client.yml"
|
||||||
- include: "{{ tasks_path }}/motd.yml"
|
- include: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue