Add stop and start playbooks for nodepool

Organize these like our zuul rules.

Change-Id: Idf6148424c08efee9ad421b01d28d938c7058722
This commit is contained in:
Monty Taylor
2020-06-16 15:48:09 -05:00
parent 9b28b8864a
commit e0a00b4649
7 changed files with 71 additions and 70 deletions

View File

@@ -0,0 +1,6 @@
- name: Stop Nodepool Launcher
shell:
cmd: docker-compose down
chdir: /etc/nodepool-docker/
become: true
become_user: root