infra-ansible/common.yml

9 lines
117 B
YAML

---
# file: common.yml
- hosts: infra
gather_facts: no
user: ubuntu
sudo: true
roles:
- { role: common }