put traefik in ansible
This commit is contained in:
parent
f175f716a5
commit
ad607bcc1a
8 changed files with 104 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Reference in a new issue