add key to known_hosts
This commit is contained in:
parent
c51f1ba6b7
commit
d3dd8540f5
@ -4,6 +4,6 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Show contents of known_hosts file
|
- name: Show contents of known_hosts file
|
||||||
shell: |
|
shell: |
|
||||||
cat /var/lib/awx/.ssh/known_hosts
|
echo '@cert-authority * ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHKIoXTMdFFpDfJOt7HUQxFOJv+2Di2qzwseBkclxoZ4 CA key for CIT HPC clusters' > /var/lib/awx/.ssh/known_hosts
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
delegate_to: 127.0.0.1
|
delegate_to: 127.0.0.1
|
Loading…
Reference in New Issue
Block a user