1ceb21c0e2
Not sure why it's working in CI or in the general case, but I've seen this task fail with "Destination /etc/ssh not writable" from time to time. This commit ensures it's always run with super user privilege so it can write it /etc/ssh directory. Change-Id: Ia753b5e842c20c21714111c6267ef70d53d9de4a |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
README.md |
tripleo-ssh-known-hosts
An Ansible role to add all SSH host keys to the host level known hosts file on all hosts.
Requirements
This section needs to be documented.
Role variables
- ssh_known_hosts: -- Dict of hostname to ssh_known_hosts entries for a given host
Dependencies
None.
Example Playbook
Sample playbook to call the role:
- name: Configure SSH known hosts
hosts: all
roles:
- tripleo-ssh-known-hosts
License
Free software: Apache License (2.0)
Author Information
OpenStack TripleO team