Commit 00435b96 by nadeemshahzad

Add boto global config file

parent fc8d9db4
......@@ -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