Skip to content

Instantly share code, notes, and snippets.

@fradee
Created September 1, 2017 14:16
Show Gist options
  • Save fradee/13a9ac74435474fa2ca58471a523a863 to your computer and use it in GitHub Desktop.
Save fradee/13a9ac74435474fa2ca58471a523a863 to your computer and use it in GitHub Desktop.
- name: Set up multiple authorized keys
authorized_key:
user: deploy
state: present
key: '{{ item }}'
with_file:
- public_keys/doe-jane
- public_keys/doe-john
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment