7 lines
106 B
YAML
7 lines
106 B
YAML
---
|
|
- hosts: seedbox
|
|
vars_files:
|
|
- '{{ role_path }}/vault/creds.yml'
|
|
roles:
|
|
- seedbox
|