--- # Wrapper playbook # Purpose: allow running from repo root: # ansible-playbook -i inventories/production site.yml # # This delegates to the main site playbook under playbooks/. - name: Main site import_playbook: playbooks/site.yml