Unverified Commit 4b2a6dd5 by Nadeem Shahzad Committed by GitHub

Merge pull request #4423 from edx/nadeem/OPS-2955

Add boto global config file (OPS-2955)
parents cbaa7665 00435b96
......@@ -61,6 +61,14 @@
extra_args: "-i {{ COMMON_PYPI_MIRROR_URL }}"
with_items: "{{ aws_pip_pkgs }}"
- name: Copy the boto global config file
template:
src: "boto.cfg.j2"
dest: "/etc/boto.cfg"
owner: root
group: root
mode: 0644
- name: Create s3 log sync script
template:
dest: "{{ aws_s3_sync_script }}"
......
[Boto]
http_socket_timeout = 3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment