2024-11-27 13:48:08 +10:00
|
|
|
---
|
2017-12-07 01:30:02 +00:00
|
|
|
- name: gather ssh host key from new instance
|
|
|
|
local_action: command ssh-keyscan -t rsa {{ inventory_hostname }}
|
2024-11-27 13:48:08 +10:00
|
|
|
ignore_errors: true
|
2017-12-07 01:30:02 +00:00
|
|
|
register: hostkey
|
2017-12-07 01:31:17 +00:00
|
|
|
when: birthday is defined
|
2017-12-07 01:30:02 +00:00
|
|
|
|
|
|
|
- name: Include basessh
|
|
|
|
include_role: name=basessh
|
2017-12-07 01:31:17 +00:00
|
|
|
when: birthday is defined
|