3
0

OP#414 edit mirror

This commit is contained in:
12ww1160
2026-02-06 14:05:17 +01:00
parent dd409efa7d
commit 03a66e8247
2 changed files with 5 additions and 5 deletions

2
Jenkinsfile vendored
View File

@@ -82,7 +82,7 @@ pipeline {
git rm -f Jenkinsfile git rm -f Jenkinsfile
git rm -r --cached .vscode || echo "No .vscode to remove from git" git rm -r --cached .vscode || echo "No .vscode to remove from git"
git commit --amend --no-edit --allow-empty git commit --amend --no-edit --allow-empty
git remote add master https://gitea.confdroid.com/confdroid/puppet_collection.git git remote add master https://sourcecode.confdroid.com/confdroid/puppet_collection.git
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \
push master --mirror push master --mirror
''' '''

View File

@@ -26,7 +26,7 @@ The modules themselves are free to use as per license, you might need to adjust
## Overview ## Overview
### [--confdroid_puppet--](https://gitea.confdroid.com/confdroid/confdroid_puppet) ### [--confdroid_puppet--](https://sourcecode.confdroid.com/confdroid/confdroid_puppet)
A Puppet module to configure a puppet environment: A Puppet module to configure a puppet environment:
@@ -38,7 +38,7 @@ A Puppet module to configure a puppet environment:
- r10k deployment service - r10k deployment service
- webhook listener to trigger r10k - webhook listener to trigger r10k
### [confdroid_prometheus](https://gitea.confdroid.com/confdroid/confdroid_prometheus) ### [confdroid_prometheus](https://sourcecode.confdroid.com/confdroid/confdroid_prometheus)
Configures Prometheus, a Time Series Collection and Processing server Configures Prometheus, a Time Series Collection and Processing server
@@ -47,7 +47,7 @@ Configures Prometheus, a Time Series Collection and Processing server
- optionally adds remote writing to a Postgresql database via postgresql Adapter ( not part of this module) - optionally adds remote writing to a Postgresql database via postgresql Adapter ( not part of this module)
- Optionally allows pruning of the local TSDB - Optionally allows pruning of the local TSDB
### [confdroid_postgresql](https://gitea.confdroid.com/confdroid/confdroid_postgresql) ### [confdroid_postgresql](https://sourcecode.confdroid.com/confdroid/confdroid_postgresql)
Automate installation, configuration and management of all aspects of PostgreSQL(standalone) Automate installation, configuration and management of all aspects of PostgreSQL(standalone)
@@ -58,7 +58,7 @@ Automate installation, configuration and management of all aspects of PostgreSQL
- install and manage pg_bouncer (set `pl_use_pg_bouncer` to true) - install and manage pg_bouncer (set `pl_use_pg_bouncer` to true)
- enable SL / TLS manage TLS certificates (set `pl_ssl_enabled` to true and populate content externally through variables) - enable SL / TLS manage TLS certificates (set `pl_ssl_enabled` to true and populate content externally through variables)
### [confdroid_apache](https://gitea.confdroid.com/confdroid/confdroid_apache) ### [confdroid_apache](https://sourcecode.confdroid.com/confdroid/confdroid_apache)
Install and configure a standalone empty Apache (httpd) server. The module is mainly to be used by other modules to add websites or services on top, i.e. Nagios, Wordpress etd. Install and configure a standalone empty Apache (httpd) server. The module is mainly to be used by other modules to add websites or services on top, i.e. Nagios, Wordpress etd.