1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
awx/docs/credential_plugins.md

10 lines
320 B
Markdown
Raw Normal View History

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
```