updated default status-page port and ssl-mode
This commit is contained in:
parent
1a261aab14
commit
c59b16775c
|
|
@ -9,7 +9,7 @@ default_apache:
|
|||
status_page:
|
||||
state: 'present'
|
||||
bind: '127.0.0.1'
|
||||
port: 80
|
||||
port: 8888
|
||||
path: 'server-status'
|
||||
|
||||
log:
|
||||
|
|
@ -130,7 +130,7 @@ default_site_config:
|
|||
path: '/var/www/html'
|
||||
|
||||
ssl: # see: https://github.com/ansibleguy/infra_certs
|
||||
mode: 'selfsigned' # existing/selfsigned/ca/letsencrypt
|
||||
mode: 'ca' # existing/selfsigned/ca/letsencrypt
|
||||
# existing:
|
||||
# We expect the certs to be placed in the role's 'files' directory named like the site
|
||||
# Example: files/certs/ansibleguy.key and files/certs/ansibleguy.crt
|
||||
|
|
|
|||
Loading…
Reference in New Issue