diff options
Diffstat (limited to 'playbooks/traefik.yml')
-rw-r--r-- | playbooks/traefik.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/traefik.yml b/playbooks/traefik.yml new file mode 100644 index 0000000..e26cf4b --- /dev/null +++ b/playbooks/traefik.yml @@ -0,0 +1,7 @@ +--- + +- name: traefik setup + hosts: traefik + become: true + roles: + - traefik |