put traefik in ansible

This commit is contained in:
Pim Kunis 2023-01-02 17:39:17 +01:00
parent f175f716a5
commit ad607bcc1a
8 changed files with 104 additions and 2 deletions

View file

@ -22,4 +22,7 @@ pizzeria:
ssh:
ansible-playbook playbooks/ssh.yml -i inventory/hosts.yml
traefik:
ansible-playbook playbooks/traefik.yml -i inventory/hosts.yml
.PHONY: run