more tower -> awx for task execution and isolated tooling

This commit is contained in:
Ryan Petrello
2017-07-24 17:02:08 -04:00
parent c7c9d0780e
commit e29492a259
11 changed files with 21 additions and 21 deletions

View File

@@ -56,12 +56,12 @@ by disabling some parts of the cleanup_isolated.yml playbook.
Example location of a private data directory:
`/tmp/ansible_tower_29_OM6Mnx/`
`/tmp/ansible_awx_29_OM6Mnx/`
The following command would run the playbook corresponding to that job.
```bash
awx-expect start /tmp/ansible_tower_29_OM6Mnx/
awx-expect start /tmp/ansible_awx_29_OM6Mnx/
```
Other awx-expect commands include `start`, `is-alive`, and `stop`.