init irc host

This commit is contained in:
2026-01-26 01:03:39 -07:00
parent 084f23ae1e
commit af45f60620
4 changed files with 10 additions and 0 deletions

View File

@@ -15,3 +15,6 @@ monitoring.home.jthan.io ansible_host=192.168.1.12
[ldap_servers]
ldap.home.jthan.io
[irc]
irc.home.jthan.io

6
ansible/irc.yaml Normal file
View File

@@ -0,0 +1,6 @@
---
# file: pangolin.yaml
- hosts: irc
roles:
- common
- ldap_client

View File

View File

@@ -6,4 +6,5 @@
- import_playbook: pangolin.yaml
- import_playbook: monitoring.yaml
- import_playbook: ldap_server.yaml
- import_playbook: irc.yaml
#- import_playbook: authentik.yaml