6362ae8662
Once tripleo-heat-templates is migrated to use the template mode of the tripleo-ssh-known-hosts role, the old mode that used the ssh_known_hosts variable as input can be removed. Since the non-namespaced var (ssh_known_hosts) is no longer used, the entire molecule/legacy_vars dir is also removed. Depends-On: I10d0de42acc0b88b7947b464e976b5d0b9067ca2 Change-Id: I4a2002fa42337e115f9679fcf2f2db71308389d6 |
||
---|---|---|
.. | ||
defaults | ||
meta | ||
molecule/default | ||
tasks | ||
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.
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