tripleo-ansible/tripleo_ansible/roles/tripleo-ssh-known-hosts
James Slagle 6362ae8662 Remove non-template mode from tripleo-ssh-known-hosts role
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
2019-07-14 08:51:40 +00:00
..
defaults Remove non-template mode from tripleo-ssh-known-hosts role 2019-07-14 08:51:40 +00:00
meta Import tripleo-ssh-known-hosts role 2019-06-19 23:06:09 -05:00
molecule/default Remove non-template mode from tripleo-ssh-known-hosts role 2019-07-14 08:51:40 +00:00
tasks Remove non-template mode from tripleo-ssh-known-hosts role 2019-07-14 08:51:40 +00:00
README.md Remove non-template mode from tripleo-ssh-known-hosts role 2019-07-14 08:51:40 +00:00

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