Updated LICENSE file
1 file changed
tree: 79a43684a917be96212641563a46ca6f4ac79150
  1. defaults/
  2. handlers/
  3. meta/
  4. tasks/
  5. tests/
  6. vars/
  7. .gitignore
  8. .travis.yml
  9. CONTRIBUTION.md
  10. LICENSE
  11. README.md
README.md

Apigee Server Restart

This role restarts a server. This is typically useful after making changes that take effect after a server restart.

Requirements

N/A

Role Variables

VariableDefaultDescription
start_check_delay:15Delay in seconds to wait before checking server status
server_restart_timeout60Timeout in seconds that the server should have restarted by

Dependencies

wait_for and shell modules

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: apigee-server-restart }

License

BSD

Author Information

Carlos Frias

Required Disclaimer

This is not an officially supported Google product.