dns/deploy.yml
Simon Marsh 2777f28e81
All checks were successful
continuous-integration/drone/push Build is passing
ca deployment
2022-06-11 19:19:27 +01:00

16 lines
387 B
YAML

---
###########################################################################
# Deploy certs
###########################################################################
- hosts: rprox
roles:
- { role: rprox, tags: rprox }
- hosts: docker
roles:
- { role: docker, tags: docker }
###########################################################################
# end of file