zabbix: create a keytab we can use to authenticate
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
bd2a4e1bb3
commit
f3aa156600
1 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,18 @@
|
||||||
- hosts
|
- hosts
|
||||||
- { role: fas_client, when: env != "staging" }
|
- { role: fas_client, when: env != "staging" }
|
||||||
- { role: ipa/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
|
- collectd/base
|
||||||
- apache
|
- apache
|
||||||
- sudo
|
- sudo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue