Fix syntax error, and add ipa02.stg
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
ba6ea81ecf
commit
2dcad203b9
2 changed files with 2 additions and 1 deletions
|
@ -41,3 +41,4 @@ ipa_admin_password: "{{ ipa_stg_admin_password }}"
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
ipa_server_nodes:
|
ipa_server_nodes:
|
||||||
- ipa01.stg.iad2.fedoraproject.org
|
- ipa01.stg.iad2.fedoraproject.org
|
||||||
|
- ipa02.stg.iad2.fedoraproject.org
|
||||||
|
|
|
@ -13,7 +13,7 @@ APPLICATION_ROOT = '{{ subdir }}/'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# IPA settings
|
# IPA settings
|
||||||
FREEIPA_SERVERS = ['{{ ipa_server_nodes }}']
|
FREEIPA_SERVERS = {{ ipa_server_nodes }}
|
||||||
FREEIPA_CACERT = '/etc/ipa/ca.crt'
|
FREEIPA_CACERT = '/etc/ipa/ca.crt'
|
||||||
|
|
||||||
# Cookies
|
# Cookies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue