Mount home directories

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-05-24 20:51:07 +02:00
parent 0a85cd22ff
commit 3fedc63db3
6 changed files with 65 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- import_playbook: apt.yml
- import_playbook: ntp.yml
- import_playbook: ldap-client.yml
- import_playbook: home.yml
- hosts: all
roles:

7
plays/home.yml Executable file
View File

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