tripleo-ansible/tripleo_ansible/roles/tripleo-ssh-known-hosts
Alex Schultz d5dac71c82 Skip processing role_networks if not defined
If role_networks is not defined, the jinja parsing fails because
NoneType is not iterable when doing a 'if value in none_type_var'

Change-Id: Ie89e6f914f11ad337e79b7af89568fd1a74568d1
Closes-Bug: #1837644
2019-07-23 13:24:28 -06: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 Skip processing role_networks if not defined 2019-07-23 13:24:28 -06: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