Hello,
Can I possible to use authorized_key thith multiple url as key source?
If exclusive=yes I need to transfer all key a single batch as mentioned 
above.

My key store, has the following structure

 - store
 -- group1
 --- user1
 ---- key1.pub
 --- user2
 ---- key2.pub
...
 -- group2
 --- user1
 ---- key1.pub
 --- user3
 ---- key3.pub

simple task
authorized_key: user='{{ item.name }}' key='{{ keys_repo }}'/raw/'{{ 
item.commit }}'/'{{ item.key }}'.pub
with_items: ssh_users

work fine, but it can not be replaced in a single operation all keys, it is 
necessary to first make one exclusive key, and then adding other.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4e8703e4-0dac-474a-b91d-7152c61bfb2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to