cleanup existing templates for consolidation

This commit is contained in:
Christer Edwards
2025-06-21 21:22:34 -07:00
parent 15b80d38f4
commit 06b1e69ef9
48 changed files with 230 additions and 120 deletions

View File

@@ -1,5 +1,5 @@
## prometheus
Bastille Template to bootstrap Prometheus.
Bastille template to bootstrap Prometheus.
## Usage
```shell

View File

@@ -1,9 +1,8 @@
## semaphore
Bastille Template for Semaphore
Bastille template for Semaphore
## Usage
```shell
ishmael ~ # bastille template TARGET bastillebsd-templates/semaphore
bastille template TARGET net-mgmt/semaphore
```

View File

@@ -1,5 +1,5 @@
## telegraf
Bastille Template to bootstrap Telegraf
Bastille template to bootstrap Telegraf
## Usage
```shell

View File

@@ -3,5 +3,5 @@ Bastille template to bootstrap Unifi
## Usage
```shell
bastille template TARGET bastillebsd-templates/unifi
bastille template TARGET net-mgmt/unifi
```

View File

@@ -1,10 +1,10 @@
## Status
[![pipeline status](https://gitlab.com/bastillebsd-templates/zabbix-agent/badges/master/pipeline.svg)](https://gitlab.com/bastillebsd-templates/zabbix-agent/commits/master)
# zabbix-agent
Bastille template to bootstrap zabbix-agent
## Usage
```shell
bastille template TARGET bastillebsd-templates/zabbix-agent
bastille template TARGET net-mgmt/zabbix-agent
```
## Post Install Steps

View File

@@ -1,5 +1,5 @@
INCLUDE bastillebsd-templates/nginx
INCLUDE bastillebsd-templates/mysql-server
INCLUDE www/nginx
INCLUDE databases/mysql-server
PKG zabbix54-server zabbix54-frontend zabbix54-agent
SYSRC zabbix_server_enable=YES

View File

@@ -1,9 +1,8 @@
## zabbix-server
Bastille template to bootstrap zabbix-server
## Usage
```shell
bastille template TARGET bastillebsd-templates/zabbix-server
bastille template TARGET net-mgmt/zabbix-server
```