7 lines
161 B
YAML
7 lines
161 B
YAML
|
- hosts: all
|
||
|
|
||
|
tasks:
|
||
|
|
||
|
- name: Non secret authentication
|
||
|
|
||
|
authorized_key: user=root key="{{ lookup('file', '/root/.ssh/id_rsa.pub') }}" state=present
|