Created
September 1, 2017 14:16
-
-
Save fradee/13a9ac74435474fa2ca58471a523a863 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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