Skip to content

zgmarx/ansible-server-authorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ansible-server-authorize

Key based authentication in SSH is called public key authentication.

By apply this role, you will "Add the content of id_rsa.pub to remote servers(ansible client) authorized_keys".

Then you could login target host without password.

Usage

---
- hosts: localhost
  connection: local
  roles:
    - role: ansible-server-authorize
      usedns: "UseDNS no"
      gssapi: false

About

system ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published