Add ssh_known_hosts_content to zuul-connections

It is possible a user wants to update known_hosts for zuul-connections.

Change-Id: Ia74e1cccda7deb395eb71ef647c7dd3464d6e579
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-01-07 09:16:19 -05:00
parent 61c0df4078
commit 3503f51467
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
ssh_key_private_dest: "{{ item.ssh_key_private_dest }}"
ssh_key_public_content: "{{ item.ssh_key_public_content }}"
ssh_key_public_dest: "{{ item.ssh_key_public_dest }}"
ssh_known_hosts_content: "{{ item.ssh_known_hosts_content | default(omit) }}"
ssh_user_name: "{{ item.ssh_user_name }}"
ssh_user_home: "{{ item.ssh_user_home }}"