diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/main.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tasks/main.yaml b/tasks/main.yaml index 6d4e69d..16c9fc9 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -37,3 +37,10 @@ - name: Create certificates import_role: name: geerlingguy.certbot + vars: + certbot_auto_renew_user: "{{certbot_auto_renew_user}}" + certbot_create_if_missing: "{{certbot_create_if_missing}}" + certbot_install_method: "{{certbot_install_method}}" + certbot_create_method: "{{certbot_create_method}}" + certbot_create_standalone_stop_services: "{{certbot_create_standalone_stop_services}}" + certbot_create_command: "{{certbot_create_command}}" |