infra-ansible/common.yml

9 lines
120 B
YAML

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