mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Use awx-plugins instead
* Instead of sourcing cred and inv plugins from the awx repo awx_plugins local directory, source them from the python package awx-plugins-core.
This commit is contained in:
committed by
Chris Meyers
parent
16d1f34179
commit
4328093c05
11
setup.cfg
11
setup.cfg
@@ -13,13 +13,4 @@ include_package_data = True
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
awx-manage = awx:manage
|
||||
awx.plugins =
|
||||
conjur = awx_plugins.credentials.conjur:conjur_plugin
|
||||
hashivault_kv = awx_plugins.credentials.hashivault:hashivault_kv_plugin
|
||||
hashivault_ssh = awx_plugins.credentials.hashivault:hashivault_ssh_plugin
|
||||
azure_kv = awx_plugins.credentials.azure_kv:azure_keyvault_plugin
|
||||
aim = awx_plugins.credentials.aim:aim_plugin
|
||||
centrify_vault_kv = awx_plugins.credentials.centrify_vault:centrify_plugin
|
||||
thycotic_dsv = awx_plugins.credentials.dsv:dsv_plugin
|
||||
thycotic_tss = awx_plugins.credentials.tss:tss_plugin
|
||||
aws_secretsmanager_credential = awx_plugins.credentials.aws_secretsmanager:aws_secretmanager_plugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user