init irc host
This commit is contained in:
@@ -15,3 +15,6 @@ monitoring.home.jthan.io ansible_host=192.168.1.12
|
|||||||
|
|
||||||
[ldap_servers]
|
[ldap_servers]
|
||||||
ldap.home.jthan.io
|
ldap.home.jthan.io
|
||||||
|
|
||||||
|
[irc]
|
||||||
|
irc.home.jthan.io
|
||||||
|
|||||||
6
ansible/irc.yaml
Normal file
6
ansible/irc.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
# file: pangolin.yaml
|
||||||
|
- hosts: irc
|
||||||
|
roles:
|
||||||
|
- common
|
||||||
|
- ldap_client
|
||||||
0
ansible/roles/olm/tasks/main.yaml
Normal file
0
ansible/roles/olm/tasks/main.yaml
Normal file
@@ -6,4 +6,5 @@
|
|||||||
- import_playbook: pangolin.yaml
|
- import_playbook: pangolin.yaml
|
||||||
- import_playbook: monitoring.yaml
|
- import_playbook: monitoring.yaml
|
||||||
- import_playbook: ldap_server.yaml
|
- import_playbook: ldap_server.yaml
|
||||||
|
- import_playbook: irc.yaml
|
||||||
#- import_playbook: authentik.yaml
|
#- import_playbook: authentik.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user