Initial commit

This commit is contained in:
2026-02-16 00:48:56 -05:00
commit 6cb9d53136
11 changed files with 447 additions and 0 deletions

17
defaults/main.yml Normal file
View File

@@ -0,0 +1,17 @@
#SPDX-License-Identifier: MIT-0
---
# defaults file for ansible-role-inspircd-hidden
inspircd_admin_desc: "Supreme Overlord"
inspircd_admin_email: "noreply@example.com"
inspircd_admin_name: "Adam Inistrator"
inspircd_connect_password: "changeme"
inspircd_mariadb_password: "changeme"
inspircd_mariadb_root_password: "changeme"
inspircd_namespace: "inspircd-hidden"
inspircd_net_name: "ExampleNet"
inspircd_oper_hash: "hmac-sha256"
inspircd_oper_password_hash: "hmac-sha256"
inspircd_pvc_size_config: "256Mi"
inspircd_pvc_size_data: "8Gi"
inspircd_pvc_size_db: "8Gi"
inspircd_uplink_password: "changeme"