updated default status-page port and ssl-mode

This commit is contained in:
AnsibleGuy 2022-05-14 14:01:15 +02:00
parent 1a261aab14
commit c59b16775c
1 changed files with 2 additions and 2 deletions

View File

@ -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