Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
bef7afd9
Unverified
Commit
bef7afd9
authored
1 year ago
by
NIKHIL VARMA M
Committed by
GitHub
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Update upload-batch.yml
parent
f3ca7de7
release-5.1.0-upsmf-prod
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml
+3
-7
ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml
with
3 additions
and
7 deletions
+3
-7
ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml
+
3
−
7
View file @
bef7afd9
...
...
@@ -2,15 +2,11 @@
-
name
:
Authenticate to gcloud
include_tasks
:
gcloud-auth.yml
#- name: Upload files from a local directory gcp storage
# shell: gsutil -m cp -r "{{ local_file_or_folder_path }}" "gs://{{ gcp_bucket_name }}/{{ gcp_path}}"
## async: 3600
# poll: 10
-
name
:
Upload files from a local directory gcp storage
shell
:
gsutil -m cp -r "{{ local_file_or_folder_path }}" "gs://{{ gcp_bucket_name }}/{{ gcp_path}}"
#async: 3600
#poll: 10
async
:
3600
poll
:
10
-
name
:
Revoke gcloud access
include_tasks
:
gcloud-revoke.yml
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets