Update 'setup_auth.yaml'
This commit is contained in:
parent
7d4fe344af
commit
fcd273272d
|
@ -1,4 +1,6 @@
|
|||
- hosts: all
|
||||
- name: Install key and disable root passowrd
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Add public key to authorized_keys
|
||||
authorized_key:
|
||||
|
|
Loading…
Reference in New Issue