Skip to content

flaminem/ansible-role-ssh-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-ssh_config

Generate a ~/.ssh/config with your inventory (keep your old .ssh/config in backup)

Playbook example : ( file local_ssh_config.yml )

  ---
   - hosts: all
     become: no
     gather_facts: yes

   - hosts: localhost
     connection: local
     become: false
     roles:
      - ssh-config

About

Generate a ~/.ssh/config with your inventory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published