zabbix: create a keytab we can use to authenticate

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-17 09:51:13 +01:00
parent bd2a4e1bb3
commit f3aa156600

View file

@ -16,6 +16,18 @@
- hosts
- { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }
- role: keytab/service
owner_user: apache
owner_group: apache
service: HTTP
host: "zabbix{{env_suffix}}.fedoraproject.org"
when: datacenter == 'iad2'
- role: keytab/service
owner_user: apache
owner_group: apache
service: HTTP
host: "zabbix-external{{env_suffix}}.fedoraproject.org"
when: datacenter != 'iad2'
- collectd/base
- apache
- sudo