--- - name: Bootstrap newly created servers (idempotent, safe to re-run) hosts: all gather_facts: true become: false vars: ansible_user: root roles: - bootstrap