summaryrefslogtreecommitdiff
path: root/playbooks/deploy-traefik.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-03-16 21:23:16 -0700
committerElizabeth Hunt <me@liz.coffee>2025-03-16 21:23:16 -0700
commit654694f9276cd9c30a7f2690f9336cf63a0172ef (patch)
tree12e4e8ec000478c982152e56d327afdef26a3b6a /playbooks/deploy-traefik.yml
parentfb7e6890d8516618fa3baec0edf84048e2b6601d (diff)
downloadinfra-654694f9276cd9c30a7f2690f9336cf63a0172ef.tar.gz
infra-654694f9276cd9c30a7f2690f9336cf63a0172ef.zip
a good starting point for traefik
Diffstat (limited to 'playbooks/deploy-traefik.yml')
-rw-r--r--playbooks/deploy-traefik.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/deploy-traefik.yml b/playbooks/deploy-traefik.yml
new file mode 100644
index 0000000..e26cf4b
--- /dev/null
+++ b/playbooks/deploy-traefik.yml
@@ -0,0 +1,7 @@
+---
+
+- name: traefik setup
+ hosts: traefik
+ become: true
+ roles:
+ - traefik