Feat: init nas with mache

This commit is contained in:
Bertrand Benjamin 2022-05-18 11:24:44 +02:00
parent e95e6063f7
commit 451288fe42
3 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,7 @@
vars_files:
- vars/users.yml
- vars/home.yml
- vars/nas.yml
tasks:
- name: Update
apt:

View File

@ -2,4 +2,4 @@
ChouxBackupVM
[nas]
192.168.2.204
Mache

5
vars/nas.yml Normal file
View File

@ -0,0 +1,5 @@
---
nfs_exports:
- "/media/docNas/commun *(rw,sync,no_root_squash)"
- "/media/docNas/benjamin *(rw,sync,no_root_squash)"
- "/media/docNas/margot *(rw,sync,no_root_squash)"