hlab/ansible/playbooks/static_nginx_page.yaml

9 lines
134 B
YAML

---
- name : Nginx static with docker
hosts: all
become: true
roles:
- geerlingguy.docker
- newt_client
- nginx