Skip to content

Commit

Permalink
update awx
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Jun 22, 2020
1 parent 77dc4a1 commit 94dc534
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions awx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ data
│ └── example
│ └── playbook.yml
├── redis
│ ├── redis_socket (mode:777)
│ └── redis.conf
└── settings
├── SECRET_KEY
Expand All @@ -23,15 +24,17 @@ data

## up and running

```
```bash
$ mkdir -m 777 -p data/redis/redis_socket
$ docker-compose up -d
$ docker-compose exec web bash
>>> awx-manage inventory_import --inventory-name=xxx --source=/path/to/inventory.ini
INFO Reading Ansible inventory source: /path/to/inventory.ini
INFO Loaded 1 groups, 30 hosts
INFO Inventory import completed for (xxx - 13) in 1.0s
>>> chown -R nginx:nginx /var/lib/nginx # XXX: https://github.com/ansible/awx/issues/5230
>>> exit
$ curl http://127.0.0.1:8052
$ curl http://admin:password@127.0.0.1:8052
```
[1]: https://github.com/ansible/awx
Expand Down

0 comments on commit 94dc534

Please sign in to comment.