We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20803f4 commit bc611ceCopy full SHA for bc611ce
inventory/dbfs/group_vars/all/software_src.yml
@@ -5,3 +5,9 @@ oracle_sw_unpack: false
5
6
# Directory for Installation-Media
7
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