Skip to content

Instantly share code, notes, and snippets.

@hostmaster
Created January 13, 2014 18:00
Show Gist options
  • Save hostmaster/8404925 to your computer and use it in GitHub Desktop.
Save hostmaster/8404925 to your computer and use it in GitHub Desktop.
- name: Deploy authorized_keys for the user(s)
authorized_key: user="{{ item }}" key="$FILE(roles/common/files/{{ item }}.pub)" state=present
with_items: ${admin_users}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment