Hi all,
after I updated foreman to version 1.13.4, the "Ansible roles" play button
will be visible in the host view of the foreman GUI and the provided
ansible roles will run automatically after the provisioning of a new server.
Unfortunately the ansible roles will run to early after the provisioning,
so the provisioned server is not up again and we get a ssh connection error
as a report.
I tried to use the wait_for function in ansible, but I looks like that the
foreman server will open his own ssh session and do not run
ansible_playbook directly.
Is there a way to configure a "wait till online" value or a "wait for x"
value before foreman runs the ansible playbooks?
kind regards,
Christian