Make IPA config available
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c9b8623db6
commit
3a2379c678
4 changed files with 8 additions and 9 deletions
|
@ -209,5 +209,8 @@ fedora_required_images:
|
||||||
#
|
#
|
||||||
wsgi_wants_apache: true
|
wsgi_wants_apache: true
|
||||||
|
|
||||||
# Main IPA server for this server
|
# IPA settings
|
||||||
ipa_server: ipa01.stg.phx2.fedoraproject.org
|
ipa_server: ipa01.stg.phx2.fedoraproject.org
|
||||||
|
ipa_realm: FEDORAPROJECT.ORG
|
||||||
|
ipa_dm_password: "{{ ipa_prod_dm_password }}"
|
||||||
|
ipa_admin_password: "{{ ipa_prod_admin_password }}"
|
||||||
|
|
|
@ -14,7 +14,3 @@ fas_client_groups: sysadmin-main,sysadmin-accounts
|
||||||
|
|
||||||
nrpe_procs_warn: 300
|
nrpe_procs_warn: 300
|
||||||
nrpe_procs_crit: 500
|
nrpe_procs_crit: 500
|
||||||
|
|
||||||
ipa_realm: FEDORAPROJECT.ORG
|
|
||||||
ipa_dm_password: "{{ ipa_prod_dm_password }}"
|
|
||||||
ipa_admin_password: "{{ ipa_prod_admin_password }}"
|
|
||||||
|
|
|
@ -10,7 +10,3 @@ fas_client_groups: sysadmin-main,sysadmin-accounts
|
||||||
|
|
||||||
nrpe_procs_warn: 300
|
nrpe_procs_warn: 300
|
||||||
nrpe_procs_crit: 500
|
nrpe_procs_crit: 500
|
||||||
|
|
||||||
ipa_realm: STG.FEDORAPROJECT.ORG
|
|
||||||
ipa_dm_password: "{{ ipa_stg_dm_password }}"
|
|
||||||
ipa_admin_password: "{{ ipa_stg_admin_password }}"
|
|
||||||
|
|
|
@ -13,4 +13,8 @@ collectd_graphite: True
|
||||||
fedmsg_prefix: org.fedoraproject
|
fedmsg_prefix: org.fedoraproject
|
||||||
fedmsg_env: stg
|
fedmsg_env: stg
|
||||||
|
|
||||||
|
# IPA details
|
||||||
ipa_server: ipa01.stg.phx2.fedoraproject.org
|
ipa_server: ipa01.stg.phx2.fedoraproject.org
|
||||||
|
ipa_realm: STG.FEDORAPROJECT.ORG
|
||||||
|
ipa_dm_password: "{{ ipa_stg_dm_password }}"
|
||||||
|
ipa_admin_password: "{{ ipa_stg_admin_password }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue