Skip to content

Commit aebadb4

Browse files
committed
Add alloy role for LDAP server deployment and define extra files and groups
1 parent 58174c8 commit aebadb4

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

ansible/host_vars/ldap01/alloy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
alloy_extra_files:
3+
- name: dirsrv_access
4+
path: "/var/log/dirsrv/slapd-*/access"
5+
- name: dirsrv_error
6+
path: "/var/log/dirsrv/slapd-*/errors"
7+
8+
alloy_extra_groups:
9+
- dirsrv

ansible/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
- common
66
- pydis-mtls
77
- wireguard
8+
- alloy
89
- munin-node
910

1011
- name: Deploy services to Netcup nodes
1112
hosts: netcup
1213
roles:
1314
- certbot
1415
- ci-user
15-
- alloy
1616
- lke-nftables-update
1717
- nftables
1818
- prometheus-node-exporter

0 commit comments

Comments
 (0)