6 lines
99 B
YAML
6 lines
99 B
YAML
- hosts: "all"
|
|
vars_files:
|
|
- '~/ansible/inventory/vaulted_vars.yaml'
|
|
roles:
|
|
- starship
|