Files
ansible-msp-automations/playbooks/site_preflight.yml

13 lines
265 B
YAML

---
- name: Bootstrap — ensure Python is available
hosts: all
gather_facts: false
tasks:
- ansible.builtin.import_tasks: ../roles/preflight/tasks/bootstrap.yml
- name: Pre-flight safety checks
hosts: all
gather_facts: true
roles:
- preflight