Skip to content

Commit

Permalink
Merge pull request #2 from wandansible/ansible-docs-format
Browse files Browse the repository at this point in the history
Update ansible-doc output format
  • Loading branch information
gizmoguy authored Oct 28, 2024
2 parents b99502d + 5476d22 commit 443561b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,57 +9,57 @@ Role Variables
--------------

```
ENTRY POINT: main - Install and configure caddy webserver
ENTRY POINT: *main* - Install and configure caddy webserver
Installs the caddy webserver and non-standard caddy plugins.
Allows for configuration of caddy through adding one or more
Caddyfiles.
Installs the caddy webserver along with any non-standard
caddy plugins required. Allows for caddy to be configured by
adding one or more Caddyfiles.
Options (red indicates it is required):
Options (= indicates it is required):
caddy_apt_key_fingerprint Fingerprint for caddy apt repo GPG key
- caddy_apt_key_fingerprint Fingerprint for caddy apt repo GPG key
default: 65760C51EDEA2017CEA2CA15155B6D79CA56EA34
type: str
caddy_apt_key_url URL for caddy apt repo GPG key
- caddy_apt_key_url URL for caddy apt repo GPG key
default: https://dl.cloudsmith.io/public/caddy/stable/gpg.key
type: str
caddy_apt_packages List of packages to install
- caddy_apt_packages List of packages to install
default: [caddy]
elements: str
type: list
caddy_apt_repo Entry for caddy apt repo in sources.list file
- caddy_apt_repo Entry for caddy apt repo in sources.list file
default: https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version main
type: str
caddy_dpkg_hook_script Path to where dpkg hook for caddy should be installed
- caddy_dpkg_hook_script Path to where dpkg hook for caddy should be installed
default: /usr/local/bin/caddy-upgrade
type: str
caddy_file Contents of the /etc/caddy/Caddyfile configuration file, or empty
- caddy_file Contents of the /etc/caddy/Caddyfile configuration file, or empty
string to leave file as is
default: ''
type: str
caddy_files List of additional Caddyfiles to create
- caddy_files List of additional Caddyfiles to create
default: []
elements: dict
type: list
options:
config Contents of the Caddyfile
= config Contents of the Caddyfile
type: str
dir Directory for the Caddyfile
- dir Directory for the Caddyfile
default: null
type: str
name Name of the Caddyfile
= name Name of the Caddyfile
type: str
caddy_packages List of non-standard caddy packages to install
- caddy_packages List of non-standard caddy packages to install
default: []
elements: str
type: list
Expand Down

0 comments on commit 443561b

Please sign in to comment.