Bug 49416 - Не разворачивается сервер freeipa
Summary: Не разворачивается сервер freeipa
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: ansible-freeipa (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Slava Aseev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-14 16:15 MSK by obidinog@basealt.ru
Modified: 2024-02-14 16:15 MSK (History)
1 user (show)

See Also:


Attachments
log (469.40 KB, text/plain)
2024-02-14 16:15 MSK, obidinog@basealt.ru
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 сервер не работает (прикладываю лог плейбука)