8 lines
142 B
YAML
Executable File
8 lines
142 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: debian
|
|
vars:
|
|
home: '{{ glob_home | combine(loc_home | default({})) }}'
|
|
roles:
|
|
- home
|