aboutsummaryrefslogtreecommitdiff
path: root/ansible/playbooks/common.yml
blob: a9a64d4d70996bfec9c527ed5821f1117281130b (plain)
1
2
3
4
5
6
7
---
- name: Apply common configurations to all VMs
  hosts: all
  become: true
  roles:
    - role: common
...