mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
add credential plugin system and minimal working hashivault
This commit is contained in:
@@ -2,3 +2,5 @@
|
||||
tower-manage = awx:manage
|
||||
awx-manage = awx:manage
|
||||
|
||||
[awx.credential_plugins]
|
||||
hashivault = awx.main.credential_plugins.hashivault:hashivault_plugin
|
||||
|
||||
15
tools/docker-hashivault-override.yml
Normal file
15
tools/docker-hashivault-override.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '2'
|
||||
services:
|
||||
# Primary Tower Development Container link
|
||||
awx:
|
||||
links:
|
||||
- hashivault
|
||||
hashivault:
|
||||
image: vault:1.0.1
|
||||
container_name: tools_hashivault_1
|
||||
ports:
|
||||
- '8200:8200'
|
||||
cap_add:
|
||||
- IPC_LOCK
|
||||
environment:
|
||||
VAULT_DEV_ROOT_TOKEN_ID: 'vaultdev'
|
||||
Reference in New Issue
Block a user