| commit | 942ca38aeccec882b48cc4a53bfe08259d1f0df4 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Mar 16 16:37:54 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Mar 16 16:37:54 2017 -0400 |
| tree | 80983695c5df21fe72e704c519c4bf33c5b8010d | |
| parent | 8e528619644c55510f3504a1cd906aa11f8889b6 [diff] |
updated configs
diff --git a/setup-ec2.yml b/setup-ec2.yml index d9a7ebd..9d09514 100644 --- a/setup-ec2.yml +++ b/setup-ec2.yml
@@ -1,5 +1,9 @@ --- -- hosts: '{{ hosts }}' +- hosts: localhost + connection: local + gather_facts: no + vars_files: + - ~/.apigee/credentials.yml tasks: @@ -20,6 +24,7 @@ - name: Install system packages become: yes + ignore_errors: yes yum: name: '{{ item }}' state: present