d45c47c050
ansible_nodename is a fqdn, whereas Heat is using the short hostname to construct the ssh_known_hosts value. Switch to using ansible_hostname so that the correct values will be found when looking up ssh_known_hosts. Change-Id: Ic5e68f236ac35295647769d20e971cf71ea29134 |
||
---|---|---|
.. | ||
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