Skip to content

Commit bc611ce

Browse files
committed
inventory: add example for NFS source media
1 parent 20803f4 commit bc611ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

inventory/dbfs/group_vars/all/software_src.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ oracle_sw_unpack: false
55

66
# Directory for Installation-Media
77
oracle_stage_remote: /tmp
8+
9+
# Example for Remote NFS
10+
# install_from_nfs: true # Mount NFS-Share?
11+
# nfs_server_sw: 192.168.56.99 # NFS-Server
12+
# nfs_server_sw_path: /sw # NFS-Share
13+
# oracle_stage_remote: /u01/se # local mount point for NFS share

0 commit comments

Comments
 (0)