diff options
Diffstat (limited to 'defaults/main.yml')
| -rw-r--r-- | defaults/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml index 3b276af..035f0f3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -20,6 +20,10 @@ acmesh_env: | # your certificates will be technically correct but invalid acmesh_flags: --staging +# Set to 1 to force a renewal, you might want to set it back to 0 when done. +# automatically adds a --force flag +acmesh_force: '1' + acmesh_user: name: acme home: /var/acme |
