mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
10 lines
320 B
Markdown
10 lines
320 B
Markdown
|
Credential Plugins
|
||
|
================================
|
||
|
### Development
|
||
|
```shell
|
||
|
# The vault server will be available at localhost:8200.
|
||
|
# From within the awx container, the vault server is reachable at hashivault:8200.
|
||
|
# See docker-hashivault-override.yml for the development root token.
|
||
|
make docker-compose-hashivault
|
||
|
```
|