We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58174c8 commit aebadb4Copy full SHA for aebadb4
2 files changed
ansible/host_vars/ldap01/alloy.yml
@@ -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
@@ -5,14 +5,14 @@
- common
- pydis-mtls
- wireguard
+ - alloy
- munin-node
10
11
- name: Deploy services to Netcup nodes
12
hosts: netcup
13
roles:
14
- certbot
15
- ci-user
- - alloy
16
- lke-nftables-update
17
- nftables
18
- prometheus-node-exporter
0 commit comments