Take another stab at handling new hardware installs.
This commit is contained in:
parent
af0894f472
commit
bef13aee3b
3 changed files with 23 additions and 0 deletions
7
tasks/happy_birthday.yml
Normal file
7
tasks/happy_birthday.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue