infra-ansible/common.yml
Ricardo Carrillo Cruz 78d572d99e Fix sudo/become deprecation warnings
become is the keyword to use forward instead of sudo.

Change-Id: I1e29e3c37337ba999b2e8a970b688e4ec11ea579
2016-06-06 15:12:49 +00:00

9 lines
120 B
YAML

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