This repository was archived by the owner on May 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +2
-15
lines changed
Expand file tree Collapse file tree 5 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,5 @@ galaxy_info:
1414 - caddyserver
1515
1616dependencies :
17- # - name: samdoran.caddy
18- # version: v1.0.0
19- - src : git+https://github.com/saitho/ansible-role-caddy.git
20- version : caddy-v2
21- name : samdoran.caddy
17+ - name : samdoran.caddy
18+ version : v2.1.0
Original file line number Diff line number Diff line change @@ -5,5 +5,3 @@ terraform:
55 vendor : getstackhead
66 name : caddy
77 version : 1.0.1
8- # deprecated: remove url with Terraform 0.13 in main project
9- url : https://github.com/getstackhead/terraform-caddy/releases/download/v1.0.0/terraform-provider-caddy
Original file line number Diff line number Diff line change 11# This task list generates the Caddy configuration for a project
22---
3- - name : Include OS-specific variables.
4- include_vars : " {{ ansible_os_family }}.yml"
5- ignore_errors : yes
6-
73- name : Check if authentications are defined
84 set_fact :
95 auths_basic : " {{ auths_basic|default([]) + item.security.authentication }}"
Original file line number Diff line number Diff line change 99- name : Setup Caddy
1010 include_role :
1111 name : samdoran.caddy
12- vars :
13- caddy_install_source : package
1412- name : Overwrite Caddyfile
1513 include_tasks : " {{ module_role_path|default(role_path) }}/tasks/caddy_steps/generate-caddyfile-tf.yml"
1614- name : Restart Caddy
Original file line number Diff line number Diff line change 11---
22caddy_user : " stackhead"
33caddy_group : " stackhead"
4- caddy_version : " 2.1.1"
5- caddy_install_source : " package"
You can’t perform that action at this time.
0 commit comments