infra/playbooks/manual-prerequisites.yaml
shockrah 1be3a8e588
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 3s
Quick fix for ansible-lint things
2025-03-04 11:46:17 -08:00

10 lines
234 B
YAML

---
- name: Pre Pipeline Playbook for Static Hosts
hosts: static-web
remote_user: root
tasks:
- name: Import manual setup steps
ansible.builtin.import_role:
name: static
tasks_from: setup-webadmin.yaml