-redo of some roles, particularly GUI -modifications to support working from a "Raspbian Lite" install
9 lines
244 B
YAML
9 lines
244 B
YAML
---
|
|
- name: known_hosts
|
|
known_hosts:
|
|
path: /root/.ssh/known_hosts
|
|
name: ssh-jump.dsfinancial.comcast.net
|
|
key: "{{ lookup('pipe', 'ssh-keyscan -t rsa ssh-jump.dsfinancial.comcast.net') }}"
|
|
become: true
|
|
|