mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
Remove TACACS+ authentication (#15547)
Remove TACACS+ authentication from AWX. Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
This commit is contained in:
committed by
jessicamack
parent
f22b192fb4
commit
e4c11561cc
@@ -188,14 +188,6 @@ services:
|
||||
- "grafana_storage:/var/lib/grafana:rw"
|
||||
depends_on:
|
||||
- prometheus
|
||||
{% endif %}
|
||||
{% if enable_tacacs|bool %}
|
||||
tacacs:
|
||||
image: dchidell/docker-tacacs
|
||||
container_name: tools_tacacs_1
|
||||
hostname: tacacs
|
||||
ports:
|
||||
- "49:49"
|
||||
{% endif %}
|
||||
# A useful container that simply passes through log messages to the console
|
||||
# helpful for testing awx/tower logging
|
||||
|
||||
Reference in New Issue
Block a user