Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit dc6601f

Browse files
committed
chore: use unforked samdoran.caddy
1 parent 769173d commit dc6601f

File tree

5 files changed

+2
-15
lines changed

5 files changed

+2
-15
lines changed

meta/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@ galaxy_info:
1414
- caddyserver
1515

1616
dependencies:
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

stackhead-module.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tasks/steps/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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 }}"

tasks/steps/setup.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
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

vars/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
---
22
caddy_user: "stackhead"
33
caddy_group: "stackhead"
4-
caddy_version: "2.1.1"
5-
caddy_install_source: "package"

0 commit comments

Comments
 (0)