Formatting
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
26feb54119
commit
dcfb72565d
1 changed files with 4 additions and 6 deletions
|
@ -41,16 +41,14 @@
|
|||
- role: ipa/servicedelegationtarget
|
||||
name: ipa-http
|
||||
members:
|
||||
- host: "{{ ipa_server }}"
|
||||
service: HTTP
|
||||
- { host: "{{ ipa_server }}", service: "HTTP" }
|
||||
- role: ipa/servicedelegationrule
|
||||
name: fasjson
|
||||
members:
|
||||
- host: "fasjson{{ env_suffix }}.fedoraproject.org"
|
||||
service: HTTP
|
||||
- { host: "fasjson{{ env_suffix }}.fedoraproject.org", service: "HTTP" }
|
||||
targets:
|
||||
- ipa-http
|
||||
- ipa-ldap
|
||||
- ipa-http
|
||||
- ipa-ldap
|
||||
# The ipa-ldap delegation target is declared during IPA installation
|
||||
|
||||
# Keytabs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue