aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/caddy_add/meta/argument_specs.yaml
blob: 3c40bd60cef967338b272f04980be6fb86ba2acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---

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.