blob: d97b5bc7d07597db127b6afd071dda727563505f [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 controller in group 'controllers' in the environment inventory
# In deploy mode it will deploy controllers.
# In clean mode it will remove the controller containers.
- import_tasks: deploy.yml
when: mode == "deploy"
- import_tasks: clean.yml
when: mode == "clean"