summaryrefslogtreecommitdiff
path: root/salt/openbook/ansible/files/openbook_stop_start.yaml
blob: 8eb2437eacde7c715059ed05c5a968dc5a426e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
###
# Use this paybook to stop, start and restart openbook cleanly.
#
# Required variables to be passed in the command line via -e:
#   action=[stop|start|restart]
#   extra_args=<extra_args>
###

- name: "Stop/Start Openbook"
  include: playbooks/stop_start_openbook.yaml