| commit | 869dc86c633e9e1db290bfa158d0b370e1a19636 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Fri Oct 07 22:10:58 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Fri Oct 07 22:10:58 2016 -0400 |
| tree | d06c4d934888fe3592521432442036bf546de87e | |
| parent | ff966e28060e8ddfba9a107f46cb7a1d0fda7634 [diff] |
updated role name to make use of the apigee- prefix
This role shuts down iptables so that Apigee OPDK may be installed.
The installation of Apigee OPDK requires root access. Credentials must also be supplied to override the empty placeholders provided here. It is recommended that credentials be consolidated into a single credentials.yml file that can be stored separately. It is assumed that files containing credentials are stored in the ~/.apigee folder.
None
---
- hosts: '{{ hosts }}'
become: yes
roles:
- apigee-shutdown-iptables
Apache License Version 2.0, January 2004
Carlos Frias