synchronization
This commit is contained in:
7
CICD/Ansible/key.yml
Normal file
7
CICD/Ansible/key.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- hosts: all
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Non secret authentication
|
||||
|
||||
authorized_key: user=root key="{{ lookup('file', '/root/.ssh/id_rsa.pub') }}" state=present
|
Reference in New Issue
Block a user