templier-ansible/plays/home.yml
Yohann D'ANELLO 3fedc63db3
Mount home directories
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-05-24 20:51:07 +02:00

8 lines
142 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: debian
vars:
home: '{{ glob_home | combine(loc_home | default({})) }}'
roles:
- home