minimum viable product

This commit is contained in:
2023-05-28 17:22:40 +02:00
parent 63f7e37ff5
commit 427247168b
3 changed files with 14 additions and 0 deletions

2
roles/caddy/README.md Normal file
View File

@@ -0,0 +1,2 @@
# caddy webserver
with plugins

View File

@@ -0,0 +1,3 @@
- name: Install xcaddy
ansible.builtin.apt:
deb: https://github.com/caddyserver/xcaddy/releases/download/v0.3.4/xcaddy_0.3.4_linux_amd64.deb

9
site.yml Normal file
View File

@@ -0,0 +1,9 @@
- name: Ayy lmao
hosts: all
tasks:
- name: Ping
ansible.builtin.ping:
vars:
yoorofl: "true"