Using the YAML encoder, Formidable is now capable of detecting et
retagging ansible-vault [1] encrypted values.
You can use the query parameter 'ansible_vault=no' to disable this
behavior.
[1] https://docs.ansible.com/ansible/latest/user_guide/vault.html
Add 3 new "edit" command parameters:
- `--http-port` - Specify the HTTP port used by the web server (instead
of 127.0.0.1)
- `--http-host` - Specify the HTTP host used by the web server (instead
of a random one)
- `--no-browser` - Disable the automatic start of the web browser