8 lines
85 B
YAML
8 lines
85 B
YAML
---
|
|
- name: Set up infra server
|
|
hosts: infra
|
|
become: true
|
|
|
|
roles:
|
|
- backup
|