mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 16:37:30 -02:30
Adding tacacs+ container for testing
This commit is contained in:
@@ -174,6 +174,14 @@ services:
|
||||
- prometheus
|
||||
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