Fix mount number, as well as system-specific facts.
This commit is contained in:
parent
ac865964f1
commit
3baf02951c
@ -4,16 +4,17 @@
|
|||||||
- name: Workstation | Settings | NFS | Facts
|
- name: Workstation | Settings | NFS | Facts
|
||||||
set_fact:
|
set_fact:
|
||||||
media_folder: /mnt/media
|
media_folder: /mnt/media
|
||||||
|
mount_number: 0
|
||||||
|
|
||||||
- name: Workstation | Settings | NFS | Facts (Linux)
|
- name: Workstation | Settings | NFS | Facts (Linux)
|
||||||
set_fact:
|
set_fact:
|
||||||
mount_options: defaults
|
mount_options: defaults
|
||||||
mount_number: 0
|
when: ansible_system == "Linux"
|
||||||
|
|
||||||
- name: Workstation | Settings | NFS | Facts (FreeBSD)
|
- name: Workstation | Settings | NFS | Facts (FreeBSD)
|
||||||
set_fact:
|
set_fact:
|
||||||
mount_options: rw
|
mount_options: rw
|
||||||
mount_number: 2
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
|
|
||||||
- name: Workstation | Settings | NFS | Install (Linux)
|
- name: Workstation | Settings | NFS | Install (Linux)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user