8 lines
98 B
YAML
8 lines
98 B
YAML
---
|
|
- name: Setup
|
|
hosts: on_prem
|
|
become: yes
|
|
gather_facts: yes
|
|
roles:
|
|
- role: backup
|