Merge pull request #6617 from ansible/isolated_setup

setup playbook and heartbeat for isolated deployments
This commit is contained in:
Alan Rominger
2017-06-20 17:20:53 -04:00
committed by GitHub
17 changed files with 399 additions and 28 deletions

View File

@@ -0,0 +1,11 @@
---
- hosts: all
gather_facts: false
tasks:
- name: Get capacity of the instance
tower_capacity:
- name: Remove any stale temporary files
tower_isolated_cleanup: