rdbreak / rhce7env

This is a RHCE 7 study environment built with Vagrant/Ansible
https://join.slack.com/t/redhat-certs/shared_invite/zt-7ju3rz7b-_G3Njp3PDwdBG_81SwPeLA
MIT License
9 stars 2 forks source link

Ansible provisioning isn't completing #1

Closed edhilgendorf closed 5 years ago

edhilgendorf commented 5 years ago

===============================================================================
IPA server Configured. ------------------------------------------------ 327.17s
Packages Installed. Configuring IPA server...(Est. Time - 7 minutes) --- 81.88s
Environment Packages Installed. Configuring IPA Client... -------------- 46.84s
Environment Packages Installed. Configuring IPA Client... -------------- 46.29s
Rebooting machine ------------------------------------------------------ 27.34s
Rebooting machine ------------------------------------------------------ 23.95s
Finishing IPA client configuration ------------------------------------- 15.85s
Finishing IPA client configuration ------------------------------------- 15.57s
Enabling services ------------------------------------------------------- 1.58s
Adding NFS service to System1 ------------------------------------------- 1.19s
Enabling Firewall Services ---------------------------------------------- 1.11s
Starting Firewalld ------------------------------------------------------ 1.01s
Reloaded Firewall. Installing Environment Packages... ------------------- 0.81s
Enabling services ------------------------------------------------------- 0.55s
Enabling services ------------------------------------------------------- 0.54s
Fixing hosts file ------------------------------------------------------- 0.54s
Disabling services ------------------------------------------------------ 0.51s
Disabling services ------------------------------------------------------ 0.37s
Configuring IPA client -------------------------------------------------- 0.35s
Starting services ------------------------------------------------------- 0.31s
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
[fireside rhce7env]# ```
rdbreak commented 5 years ago
TASK [Authenticating KRB5 Database] ********************************************
changed: [ipa]
Sunday 14 July 2019  13:07:05 -0700 (0:00:01.062)       0:23:27.965 ***********

TASK [Adding System1 NFS Principal to Keytab] **********************************
changed: [ipa]
Sunday 14 July 2019  13:07:06 -0700 (0:00:00.840)       0:23:28.806 ***********

TASK [Adding System1 Host Principal to Keytab] *********************************
changed: [ipa]
Sunday 14 July 2019  13:07:07 -0700 (0:00:00.894)       0:23:29.701 ***********

TASK [Copying Keytab To Apache Server] *****************************************
changed: [ipa]
Sunday 14 July 2019  13:07:07 -0700 (0:00:00.509)       0:23:30.210 ***********

TASK [Adjusting Permissions] ***************************************************
changed: [ipa]
Sunday 14 July 2019  13:07:08 -0700 (0:00:00.547)       0:23:30.758 ***********

TASK [Copying Keytab To Apache Server] *****************************************
changed: [ipa]
Sunday 14 July 2019  13:07:08 -0700 (0:00:00.567)       0:23:31.326 ***********

TASK [Adjusting Permissions] ***************************************************
changed: [ipa]

PLAY RECAP *********************************************************************
ipa                        : ok=22   changed=22   unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
system1                    : ok=19   changed=16   unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
system2                    : ok=18   changed=15   unreachable=0    failed=0    skipped=0    rescued=0    ignored=0

Sunday 14 July 2019  13:07:09 -0700 (0:00:00.614)       0:23:31.942 ***********

I wasn't able to reproduce this on my end. However, I pushed some changes that will hopefully fix it. Try the following:

Let me know if this works

rdbreak commented 5 years ago

Haven’t received reply. Presuming resolved from last push.