--- argument_specs: main: short_description: Main entry point for the Caddy add role description: - This role updates our Caddy RProxy via it's API with a new route. author: - Kumar Damani options: caddy_add_hosts: type: 'list' elements: 'str' required: true description: - The desired fqdn for the service to add. caddy_add_upstream_host: type: 'str' required: true description: - The hostname of the host hosting this service. caddy_add_upstream_port: type: 'int' required: true description: - The port of the service on the host.