mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
more tower -> awx for task execution and isolated tooling
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
docker build --no-cache=true --rm=true -t ansible/tower_devel:latest .
|
||||
docker run --name tower_test -it --memory="4g" --cpuset="0,1" -v /Users/meyers/ansible/:/tower_devel -p 8013:8013 -p 8080:8080 -p 27017:27017 -p 2222:22 ansible/tower_devel
|
||||
docker build --no-cache=true --rm=true -t ansible/awx_devel:latest .
|
||||
docker run --name awx_test -it --memory="4g" --cpuset="0,1" -v /Users/meyers/ansible/:/awx_devel -p 8013:8013 -p 8080:8080 -p 27017:27017 -p 2222:22 ansible/awx_devel
|
||||
|
||||
## How to use the logstash container
|
||||
|
||||
|
||||
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user