diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-03-16 21:23:16 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-03-16 21:23:16 -0700 |
commit | 654694f9276cd9c30a7f2690f9336cf63a0172ef (patch) | |
tree | 12e4e8ec000478c982152e56d327afdef26a3b6a /playbooks/deploy-traefik.yml | |
parent | fb7e6890d8516618fa3baec0edf84048e2b6601d (diff) | |
download | infra-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.yml | 7 |
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 |