Bug 49416

Summary: Не разворачивается сервер freeipa
Product: Sisyphus Reporter: obidinog <obidinog>
Component: ansible-freeipaAssignee: Slava Aseev <ptrnine>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: ptrnine
Version: unstable   
Hardware: x86_64   
OS: Linux   
Attachments:
Description Flags
log none

Description obidinog@basealt.ru 2024-02-14 16:15:11 MSK
Created attachment 15554 [details]
log

Платформы:
workstation-10.1-x86-64 - обновленный до Sisyphus (хост)
server-10.1-x86-64 - обновленный до Sisyphus (сервер)

Пакеты:
ansible-freeipa 1.12.0-alt1
ansible 8.3.0-alt1
ansible-core 2.16.3-alt1

Шаги:
1) Изменить hostname на сервере
# hostnamectl set-hostname dc.test.local

2) Создать файл inventory на хосте
cat > inventory-tests <<EOF
[ipaserver]
dc.test.local

[ipaserver:vars]
ipaserver_domain=test.local
ipaserver_realm=TEST.LOCAL
ipaserver_setup_dns=yes
ipaserver_setup_kra=yes
ipaserver_auto_forwarders=yes
ipaadmin_password=12345678
ipadm_password=12345678
ansible_python_interpreter=/usr/bin/python3
ansible_ssh_user=test
EOF

3) Добавить в /etc/hosts на хосте
<ip_server> dc.test.local

4) Запустить плейбук на хосте
ansible-playbook -i inventory-tests /usr/share/doc/ansible-freeipa-1.12.0/playbooks/install-server.yml

Результат:
FreeIPA сервер не работает (прикладываю лог плейбука)