dm4/playbooks/base.yml

18 lines
221 B
YAML

---
- name: Gather facts
hosts: all
remote_user: root
gather_facts: true
tags:
- always
- name: Common
hosts: all
vars_files:
- ../group_vars/all/vault.yml
roles:
- common
tags:
- common