mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
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
|
|
```
|