aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/host_vars/opnsense1/vars.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory-example/host_vars/opnsense1/vars.yml')
-rw-r--r--inventory-example/host_vars/opnsense1/vars.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory-example/host_vars/opnsense1/vars.yml b/inventory-example/host_vars/opnsense1/vars.yml
new file mode 100644
index 0000000..ec5ab37
--- /dev/null
+++ b/inventory-example/host_vars/opnsense1/vars.yml
@@ -0,0 +1,8 @@
+freebsd_loader_config:
+ 'mrsas_load': 'YES'
+ 'hw.mfi.mrsas_enable': 1
+ 'kern.ipc.nmbclusters': 1000000
+ 'kern.ipc.nmbjumbop': 524288
+
+opnsense_backup_api_key: '{{ vault_opnsense_backup_api_key }}'
+opnsense_backup_api_secret: '{{ vault_opnsense_backup_api_secret }}'