Using python-httplib2 + retries for yum delays

This commit is contained in:
Dale McDiarmid 2016-08-29 16:34:14 +01:00
parent 605baf9a96
commit e3c71a7fd6
3 changed files with 10 additions and 3 deletions

View file

@ -72,6 +72,7 @@
uri:
url: http://{{es_api_host}}:{{es_api_port}}/_shield/role
method: GET
body_format: json
user: "{{es_api_basic_auth_username}}"
password: "{{es_api_basic_auth_password}}"
force_basic_auth: yes