infra/playbooks/static-setup.yaml
shockrah 088846cad9
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Ensure that static hosts have docker and the latest python versions installed
2025-03-04 12:34:41 -08:00

9 lines
191 B
YAML

---
- name: Static Host Maintenance and Setup
hosts: static-web
remote_user: webadmin
tasks:
- name: Import static host role
ansible.builtin.import_role:
name: static