mirror of
https://github.com/ansible/awx.git
synced 2026-07-28 00:19:54 -02:30
Merge pull request #6617 from ansible/isolated_setup
setup playbook and heartbeat for isolated deployments
This commit is contained in:
11
awx/playbooks/heartbeat_isolated.yml
Normal file
11
awx/playbooks/heartbeat_isolated.yml
Normal 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:
|
||||
Reference in New Issue
Block a user