Files
server/ansible/playbooks/bootstrap.yml
T

10 lines
179 B
YAML

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