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,13 +41,11 @@
|
||||||
- role: ipa/servicedelegationtarget
|
- role: ipa/servicedelegationtarget
|
||||||
name: ipa-http
|
name: ipa-http
|
||||||
members:
|
members:
|
||||||
- host: "{{ ipa_server }}"
|
- { host: "{{ ipa_server }}", service: "HTTP" }
|
||||||
service: HTTP
|
|
||||||
- role: ipa/servicedelegationrule
|
- role: ipa/servicedelegationrule
|
||||||
name: fasjson
|
name: fasjson
|
||||||
members:
|
members:
|
||||||
- host: "fasjson{{ env_suffix }}.fedoraproject.org"
|
- { host: "fasjson{{ env_suffix }}.fedoraproject.org", service: "HTTP" }
|
||||||
service: HTTP
|
|
||||||
targets:
|
targets:
|
||||||
- ipa-http
|
- ipa-http
|
||||||
- ipa-ldap
|
- ipa-ldap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue