mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-11 04:10:17 +01:00
10 lines
192 B
Text
10 lines
192 B
Text
|
# Here are variables related to the Tomcat installation
|
||
|
|
||
|
http_port: 8080
|
||
|
https_port: 8443
|
||
|
|
||
|
# This will configure a default manager-gui user:
|
||
|
|
||
|
admin_username: admin
|
||
|
admin_password: adminsecret
|