Documentation ¶
Overview ¶
OpenPaaS provisions infrastructure based on the provided config, while leveraging existing IaC tooling.
The intention is to simplify the configuration for a majority of application, which can be server with efficient, traditional infrastructure. This covers a majority of companies.
Using tools like Terraform and Ansible underneath means that you can inspect the output and understand what is going to happen, without having to learn a new IaC tool.
Currently, it defaults to Hetzner, but it can easily be expanded to target other platforms.
NOTE: the executable sets the Environment variable ANSIBLE_HOST_KEY_CHECKING to False during execution. This disables host key checking on SSH connections.
Usage:
openpaas [flags] openpaas [command]
Available Commands:
bootstrap Bootstrap your platform completion Generate the autocompletion script for the specified shell help Help about any command sync Sync your platform
Flags:
-h, --help help for openpaas
Use "openpaas [command] --help" for more information about a command.
Environment Variables:
HETZNER_TOKEN The Hetzner access token to use to apply the Terraform configuration