Use local API for now
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5890812321
commit
1f1f175c9a
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@
|
|||
- name: Update xmlrpc_uri
|
||||
lineinfile: dest=/etc/ipa/default.conf
|
||||
regexp='xmlrpc_uri ='
|
||||
line='xmlrpc_uri = https://id{{env_suffix}}.fedoraproject.org/ipa/xml'
|
||||
line='xmlrpc_uri = https://{{ inventory_hostname }}/ipa/xml'
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue