homelab/dev/staticweb.yml

11 lines
174 B
YAML
Raw Normal View History

2023-07-20 04:39:21 +00:00
- name: Install a static web container
2020-09-21 00:33:03 +00:00
hosts: all
become: true
vars_files:
2023-07-20 04:39:21 +00:00
- host_vars/staticweb.yml
2020-09-21 00:33:03 +00:00
roles:
- base
- docker
- traefik
2023-07-20 04:39:21 +00:00
- staticweb