All checks were successful
continuous-integration/drone/push Build is passing
16 lines
387 B
YAML
16 lines
387 B
YAML
---
|
|
###########################################################################
|
|
# Deploy certs
|
|
###########################################################################
|
|
|
|
- hosts: rprox
|
|
roles:
|
|
- { role: rprox, tags: rprox }
|
|
|
|
- hosts: docker
|
|
roles:
|
|
- { role: docker, tags: docker }
|
|
|
|
###########################################################################
|
|
# end of file
|