Ansible Role: ssh-keys-add

Build Status

Given a list of usernames, this Ansible role upload their SSH public keys and adds them to ~/.ssh/authorized_keys

Requirements

  • httplib2 - installed automatically via PIP

Role Variables

ssh_keys_local_path: "ssh-keys"  # relative to ./files

ssh_keys_usernames_add:
  - example

License

BSD

Author Information

agmalpartida