Skip to content

dotstrap/ansible-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh

Build Status

Configure ssh.

Requirements

None.

Role Variables

See default variables.

Dependencies

None.

Example Playbook

Using all the default variables:

    - hosts: servers
      roles:
         - role: dotstrap.ssh
           ssh_hosts:
             foo:
                 user: 'foo_user'
                 hostname: '124.16.254.1'
             bar:
                 user: 'bar_user'
                 hostname: 'bar.example.com'

License

MIT

Author Information

@mwilliammyers