2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

set the https api_port and console_port via the CLI #43

Closed ryanj closed 9 years ago

ryanj commented 9 years ago

By default, the playbook will continue to expose the API and web console on 8443.

You can also supply the following flags to run.py to move these services to a standard SSL port: --console-port 443 --api-port 443

ryanj commented 9 years ago

For Issue #33