get gs_access_key and gs_secret_key in gc_storage module
136 views
Skip to first unread message
Eka Cahya Pratama
unread,
Jul 20, 2017, 5:35:09 AM7/20/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hi I'm trying to download non public file in google cloud bucket using gc_storage module but I can't get the gs_access_key and gs_secret_key required by gc_storage module to operate. How I can get gs_access_key and gs_secret_key in google cloud? My Setting looks like this :
name: Pull app from storage gc_storage: bucket: kurio-services object: gs://kurio-services/westeros/{{ westeros_zip }} mode: get dest: /tmp gs_access_key: gs_secret_key: