install.fairie/scripts/src/pfsense.sh.tmpl

30 lines
870 B
Cheetah
Raw Normal View History

2023-07-17 23:35:49 -07:00
#!/bin/sh
# @file pfSense Setup
# @brief Configures pfSense
# @description
# This script sets up pfSense with features like:
#
# 1. [Netdata Cloud](https://learn.netdata.cloud/docs/installing/pfsense)
2023-11-29 17:41:39 -08:00
#
# ## Considerations
#
# The following items are not included in this script but may be added in the future:
#
# * https://github.com/pfelk/pfelk
#
# ## Useful Links
#
# * [pfSense to OPNSense configuration converter](https://www.pf2opn.com/)
# * [pfSense Ansible collection](https://github.com/pfsensible/core)
# * [pfSense API](https://github.com/jaredhendrickson13/pfsense-api) (Note: Need CLI or easy way of accessing it)
2023-07-17 23:35:49 -07:00
2023-11-27 14:53:29 -08:00
{{ include "partials" "logg" }}
{{ include "partials" "pfsense-netdata" -}}
enableNetdata
2023-11-29 17:41:39 -08:00
{{ include "partials" "pfsense-unifi" -}}
enableUniFi
{{ include "partials" "pfsense-saml" -}}
enablePFsenseSAML