blob: e5abc8c39e5daa0ee049eca6d8381538df44ba62 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
---
# This role will install apigateway in the group 'apigateway' in the environment inventory
# In deploy mode it will deploy apigateway.
# In clean mode it will remove the apigateway containers.
- import_tasks: deploy.yml
when: mode == "deploy"
- import_tasks: clean.yml
when: mode == "clean"