Take another stab at handling new hardware installs.

This commit is contained in:
Kevin Fenzi 2017-12-07 01:30:02 +00:00
parent af0894f472
commit bef13aee3b
3 changed files with 23 additions and 0 deletions

7
tasks/happy_birthday.yml Normal file
View file

@ -0,0 +1,7 @@
- name: gather ssh host key from new instance
local_action: command ssh-keyscan -t rsa {{ inventory_hostname }}
ignore_errors: True
register: hostkey
- name: Include basessh
include_role: name=basessh